переделки для того, чтобы библиотека api заводилась
This commit is contained in:
2
dependencies/control_system/CMakeLists.txt
vendored
2
dependencies/control_system/CMakeLists.txt
vendored
@@ -28,6 +28,8 @@ add_library(terminal-client-api SHARED
|
||||
client/system_client.cpp
|
||||
)
|
||||
|
||||
target_include_directories(terminal-client-api PUBLIC "include/")
|
||||
|
||||
find_package(Boost 1.53.0 COMPONENTS system log log_setup REQUIRED)
|
||||
find_package(cereal REQUIRED)
|
||||
target_link_libraries(terminal-client-api ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} cereal::cereal)
|
||||
|
Reference in New Issue
Block a user