mirror of
https://github.com/BotChain-Robots/control.git
synced 2026-03-10 00:32:26 +01:00
Formatting, add remote calling to c library
This commit is contained in:
@@ -9,7 +9,9 @@ find_package(libcontrol REQUIRED)
|
||||
find_package(spdlog REQUIRED)
|
||||
find_package(librpc REQUIRED)
|
||||
|
||||
add_executable(RpcCallExample main.cpp)
|
||||
add_executable(RpcCallExample main.cpp flatbuffers/OTAPacketBuilder.cpp rpc/RemoteDebugging.cpp rpc/RemoteManagement.cpp)
|
||||
|
||||
target_include_directories(RpcCallExample PUBLIC include)
|
||||
|
||||
target_link_libraries(RpcCallExample
|
||||
PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user