rethesda / AutoMove

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

License:MIT License


Languages

Language:C++ 75.0%Language:CMake 25.0%