EoD / ExamplePlugin-CommonLibSSE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:CMake 68.0%Language:C++ 32.0%