doom3-bfg/neo/cmake-vs2019-openal.bat

6 lines
102 B
Batchfile
Raw Normal View History

2022-04-29 15:51:58 +00:00
cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 16" -A x64 -DOPENAL=ON ../neo
2022-04-29 15:51:58 +00:00
pause