This project is not the main repo. It is copied over from my personal github account, where it is hidden. I will be moving over releases here when the mod gets updated
This is a basic plugin template for use with CommonLibSSE-NG.
- XMake [2.7.2+]
- C++20 Compiler (MSVC, Clang?)
git clone https://github.com/Qudix/template-commonlibsse-ng
cd template-commonlibsse-ngTo build the project, run the following command:
xmakeNote: This will generate a
build/windows/directory in the project's root directory.
To package the project, run the following command:
xmake packageNote: This will generate a
build/packages/directory in the project's root directory.
To upgrade the project's dependencies, run the following command:
xmake require --upgradeTo generate a Visual Studio Project, run the following command:
xmake project -k vsxmakeNote: This will generate a
vsxmakeXXXX/directory in the project's root directory using the latest version of Visual Studio installed on the system.