overte-lubosz/winprepareVS19.bat
gameboycjp 649aaf302f
Add Batch File To Run CMake Automatically
Added for ease of use
2023-04-21 21:14:08 +00:00

4 lines
No EOL
72 B
Batchfile

mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A x64
pause