/AutoMove

Primary LanguageC++MIT LicenseMIT

This is a basic plugin template for use with CommonLibSSE

Requirements

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

Building

git clone https://github.com/Ryan-rsm-McKenzie/ExamplePlugin-CommonLibSSE
cd ExamplePlugin-CommonLibSSE
git submodule update --init --recursive
cmake -B build -S .