Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.08 KB

This is a basic plugin template for use with CommonLibSSE

Requirements

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.