Skip to content

TheXaman/ExamplePlugin-CommonLibSSE

 
 

Repository files navigation

Based on work by Ryan-rsm-McKenzie

Requirements

Build Dependencies (handled by vcpkg and git submodule)

Building

git clone https://github.com/Ryan-rsm-McKenzie/ExamplePlugin-CommonLibSSE
cd ExamplePlugin-CommonLibSSE
git submodule init
git submodule update
cmake --preset vs2022-windows
cmake --build build --config Release

Tips

  • Set COPY_OUTPUT to ON to automatically copy the built dll to the game directory, i.e. cmake --preset vs2022-windows -DCOPY_OUTPUT=ON
  • 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.8%
  • CMake 15.2%