Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 300 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 300 Bytes

jork

Build Instructions

  • Install vcpkg
  • Open the folder in Visual Studio
  • Add this to the windows-base configuration in CMakePresets.json:
"toolchainFile": "PATH/TO/vcpkg/scripts/buildsystems/vcpkg.cmake",
  • Hit Build > Build All