Skip to content

metacubed-contrib/StaffEnchanting

 
 

Repository files navigation

Adds a dedicated menu for the Staff Enchanter.

Requirements

  • CMake
    • Add this to your PATH
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2022
    • Desktop development with C++

Register Visual Studio as a Generator

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

Building

git clone https://github.com/Exit-9B/StaffEnchanting
cd StaffEnchanting
git submodule init
git submodule update
cmake --preset vs2022-windows
cmake --build build --config Release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 2.8%