Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 761 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 761 Bytes

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 .