mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
8 lines
No EOL
273 B
Batchfile
8 lines
No EOL
273 B
Batchfile
ECHO Running conan
|
|
conan install . -b missing -pr=tools/conan-profiles/vs-22-release -of build
|
|
conan install . -b missing -pr=tools/conan-profiles/vs-22-debug -of build
|
|
conan cache clean "*" -sbd
|
|
ECHO Running cmake
|
|
cmake --preset conan-default
|
|
ECHO CMake has finished
|
|
pause |