mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +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
|