Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.05 KB

File metadata and controls

26 lines (23 loc) · 1.05 KB

This is a basic plugin template for use with CommonLibSSE

Requirements

Building

git clone https://github.com/Exit-9B/ExamplePlugin-CommonLibSSE
cd ExamplePlugin-CommonLibSSE
git submodule init
git submodule update
cmake --preset vs2022-windows
cmake --build build --config Release

Tips

  • Run cmake-gui build to configure project variables
  • Configure CMAKE_INSTALL_PREFIX to install files to a virtual directory in Mod Organizer 2
  • Set CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD to ON to automatically install the mod when building in Visual Studio
  • Build the package target to automatically build and zip up your dll in a ready-to-distribute format