Skip to content
Snippets Groups Projects
Commit 9b3793db authored by Querejeta Lomas, Leire's avatar Querejeta Lomas, Leire
Browse files

Subir nuevo archivo

parent c9a66597
No related branches found
No related tags found
No related merge requests found
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
project (class_server)
include_directories(include ${Boost_INCLUDE_DIRS} ${YAML_INCLUDE_DIR})
add_executable(${PROJECT_NAME} src/class_server_main.cpp src/class_server.cpp)
target_link_libraries(${PROJECT_NAME} logger communication yaml_tools yaml-cpp ${Boost_LIBRARIES})
add_executable(class_client src/class_client_example.cpp)
target_link_libraries(class_client logger communication yaml_tools yaml-cpp ${Boost_LIBRARIES})
# 'make install' to the correct location
install(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION class_server)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment