This projects runs using C++, CMake, and vcpkg.
Using vcpkg, the following libraries were installed:
- glfw3
- Create a
CMakeUserPresets.json
using https://learn.microsoft.com/en-us/vcpkg/get_started/get-started - Set the generator in
CMakePresets.json
based on local environment
cd build
cmake ..
cd ..
cmake --build build