mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Add Batch File To Run CMake Automatically
Added for ease of use
This commit is contained in:
parent
4d782bc28b
commit
649aaf302f
1 changed files with 4 additions and 0 deletions
4
winprepareVS19.bat
Normal file
4
winprepareVS19.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
mkdir build
|
||||
cd build
|
||||
cmake .. -G "Visual Studio 16 2019" -A x64
|
||||
pause
|
Loading…
Reference in a new issue