overte-AleziaKurdis/winprepareVS19.bat
gameboycjp a4b416eacd
Update winprepareVS19.bat
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.
2023-04-21 16:49:20 -07:00

5 lines
100 B
Batchfile

mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A x64
ECHO CMake has finished.
pause