mirror of
https://github.com/BotChain-Robots/dev-tools.git
synced 2026-07-08 15:07:22 +02:00
4 lines
242 B
Bash
Executable File
4 lines
242 B
Bash
Executable File
conan install . --build=missing --output-folder=build -s build_type=Release
|
|
cmake -S . -B "build" -DCMAKE_TOOLCHAIN_FILE="build/Release/generators/conan_toolchain.cmake" -DCMAKE_BUILD_TYPE="Release"
|
|
cmake --build "./build" --config "Release"
|