mirror of
https://github.com/BotChain-Robots/control.git
synced 2026-03-09 16:22:26 +01:00
4 lines
223 B
Bash
Executable File
4 lines
223 B
Bash
Executable File
conan install . --build=missing --output-folder=build -s build_type=Release
|
|
cmake -S . -B "build" -DCMAKE_TOOLCHAIN_FILE="build/conan_toolchain.cmake" -DCMAKE_BUILD_TYPE="Release"
|
|
cmake --build "./build" --config "Release"
|