mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
There should either be no pause, or it should wait for user input. If CMake fails, this gives the user a chance to review logs.
5 lines
100 B
Batchfile
5 lines
100 B
Batchfile
mkdir build
|
|
cd build
|
|
cmake .. -G "Visual Studio 16 2019" -A x64
|
|
ECHO CMake has finished.
|
|
pause
|