Merge pull request #773 from gameboycjp/patch-1

Add VS22 cmake jumpstart script
This commit is contained in:
Dale Glass 2023-12-16 20:58:54 +01:00 committed by GitHub
commit 00bcf0d41f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
winprepareVS22 Normal file
View file

@ -0,0 +1,5 @@
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -A x64
ECHO CMake has finished.
pause