mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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
|