mirror of
https://github.com/BotChain-Robots/control.git
synced 2026-03-10 00:32:26 +01:00
RPC call (#2)
This commit is contained in:
3
examples/rpc_call/build.sh
Executable file
3
examples/rpc_call/build.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user