mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 20:50:01 +02:00
Add VS22 cmake jumpstart script
This commit is contained in:
parent
ca74b2cda9
commit
c07595abc3
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