0
0
Fork 0
mirror of https://github.com/id-Software/DOOM-3-BFG.git synced 2025-03-15 23:21:35 +00:00
doom3-bfg/neo/cmake-vs2019-64bit-windows10-vulkan.bat
Robert Beckebans 290caeab79 CMake cleanup
2021-02-10 13:08:22 +01:00

6 lines
No EOL
153 B
Batchfile

cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 16" -A x64 -DWINDOWS10=ON -DUSE_VULKAN=ON -DSPIRV_SHADERC=OFF -DFFMPEG=ON ../neo
pause