-
Install CMake.
Add CMake to the path of the current user.
-
Install the Vulkan-SDK in version
1.2.162
. -
Generate the Visual Studio Solution:
Open Developer Command Prompt for VS 2019 and navigate to the repository. Run the following command:
cmake.exe -G "Visual Studio 16 2019" -A x64 -B build
-
Open the generated solution
raygun.sln
located inside thebuild
directory. -
Release and debug configurations can now be built and run from within Visual Studio.