Skip to content

Commit

Permalink
Merge pull request #773 from gameboycjp/patch-1
Browse files Browse the repository at this point in the history
Add VS22 cmake jumpstart script
  • Loading branch information
daleglass authored Dec 16, 2023
2 parents ca74b2c + c07595a commit 00bcf0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions winprepareVS22
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -A x64
ECHO CMake has finished.
pause

0 comments on commit 00bcf0d

Please sign in to comment.