mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 09:42:11 +02: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