mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 06:34:10 +00:00
Added cmake .bat files for VS2022
This commit is contained in:
parent
a12db413fc
commit
e4b7122006
3 changed files with 12 additions and 0 deletions
6
neo/cmake-vs2022-win64-no-ffmpeg.bat
Normal file
6
neo/cmake-vs2022-win64-no-ffmpeg.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
cd ..
|
||||
del /s /q build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Visual Studio 17" -A x64 -DFFMPEG=OFF -DBINKDEC=ON ../neo
|
||||
pause
|
6
neo/cmake-vs2022-win64.bat
Normal file
6
neo/cmake-vs2022-win64.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
cd ..
|
||||
del /s /q build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Visual Studio 17" -A x64 -DFFMPEG=ON -DBINKDEC=OFF ../neo
|
||||
pause
|
Loading…
Reference in a new issue