Nothing but a TRY
Git
CMake: 3.16~
Vulkan SDK: 1.3.250
- Visual Studio 2022 works better with CMakePreset
To compile the environment, go into the root directory and enter in a terminal:
bash
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make