That’s not supplied by the project, thats generated by cmake automatically if you pass the -G”Ninja Multi-Config” arg. Let me outline the exact commands(if using a fresh clone of the repo, and in it’s root):
mkdir build
cd build
cmake .. -G"Ninja Multi-Config" -DGFX_ENV_VULKAN=1
cmake --build . --config Release