Skip to content

Exit-9B/ExamplePlugin-CommonLibSSE

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 67.6%
  • CMake 32.4%