mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 18:06:27 +02:00
7 lines
No EOL
251 B
Batchfile
7 lines
No EOL
251 B
Batchfile
ECHO Running conan
|
|
conan install . -b missing -pr=tools/conan-profiles/vs-22-release -of build
|
|
echo conan install . -b missing -pr=tools/conan-profiles/vs-22-debug -of build
|
|
ECHO Running cmake
|
|
cmake --preset conan-default
|
|
ECHO CMake has finished
|
|
pause |