Add Batch File To Run CMake Automatically

Added for ease of use
This commit is contained in:
gameboycjp 2023-04-21 21:14:08 +00:00 committed by GitHub
parent 4d782bc28b
commit 649aaf302f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
winprepareVS19.bat Normal file
View file

@ -0,0 +1,4 @@
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A x64
pause