/DodgeFramework

Primary LanguageC++MIT LicenseMIT

A basic SKSE plugin for dodge mods.

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/ersh1/DodgeFramework
cd DodgeFramework
git submodule update --init --recursive
git submodule update --recursive --remote
cmake -B build -S .