mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:58:03 +02:00
Merge pull request #773 from gameboycjp/patch-1
Add VS22 cmake jumpstart script
This commit is contained in:
commit
00bcf0d41f
1 changed files with 5 additions and 0 deletions
5
winprepareVS22
Normal file
5
winprepareVS22
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake .. -G "Visual Studio 17 2022" -A x64
|
||||||
|
ECHO CMake has finished.
|
||||||
|
pause
|
Loading…
Reference in a new issue