3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-09 22:42:17 +02:00
overte-lubosz/winprepareVS22
2023-12-16 10:34:31 -08:00

5 lines
95 B
Text

mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -A x64
ECHO CMake has finished.
pause