mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 06:34:10 +00:00
Merge pull request #895 from CodeLikeCXK/master
Config for VS 2022 ARM64
This commit is contained in:
commit
c463d69414
1 changed files with 6 additions and 0 deletions
6
neo/cmake-vs2022-arm64.bat
Normal file
6
neo/cmake-vs2022-arm64.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
cd ..
|
||||
del /s /q build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Visual Studio 17" -A arm64 -DUSE_INTRINSICS_SSE=OFF VULKAN=OFF -DFFMPEG=OFF -DBINKDEC=ON ../neo
|
||||
pause
|
Loading…
Reference in a new issue