Satellite-Gateway
|
Functions | |
set (Boost_USE_STATIC_LIBS OFF) set(Boost_USE_MULTITHREADED ON) set(Boost_USE_STATIC_RUNTIME OFF) find_package(Boost REQUIRED COMPONENTS system signals program_options) include_directories($ | |
include_directories ("ConfigServer""GatewayClient""HdlcdClient") find_package(Threads) add_executable(satellite-gateway main-satellite-gateway.cpp ConfigServer/ConfigServer.cpp ConfigServer/ConfigServerHandler.cpp ConfigServer/ConfigServerHandlerCollection.cpp GatewayClient/GatewayClient.cpp GatewayClient/GatewayClientHandler.cpp GatewayClient/GatewayClientHandlerCollection.cpp HdlcdClient/HdlcdClientHandler.cpp HdlcdClient/HdlcdClientHandlerCollection.cpp) if(WIN32) set(ADDITIONAL_LIBRARIES wsock32 ws2_32) else() set(ADDITIONAL_LIBRARIES"") endif() target_link_libraries(satellite-gateway $ | |
include_directories | ( | "ConfigServer""GatewayClient""HdlcdClient" | ) |
Definition at line 6 of file CMakeLists.txt.
set | ( | Boost_USE_STATIC_LIBS | OFF | ) |
Definition at line 1 of file CMakeLists.txt.