mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 10:19:03 +02:00
5 lines
95 B
Text
5 lines
95 B
Text
mkdir build
|
|
cd build
|
|
cmake .. -G "Visual Studio 17 2022" -A x64
|
|
ECHO CMake has finished.
|
|
pause
|