mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-22 17:52:10 +00:00
Removed Vulkan from default VS2019 Win10 config
This commit is contained in:
parent
a6bf995acc
commit
e85415f0ce
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ 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
|
||||
cmake -G "Visual Studio 16" -A x64 -DWINDOWS10=ON ../neo
|
||||
pause
|
Loading…
Reference in a new issue