microRTPS: split the microRTPS client and agent dest directories for better visbility and handling

This commit is contained in:
TSC21
2020-08-18 15:45:51 +02:00
committed by Nuno Marques
parent cc4cc05dd7
commit a091a70470
3 changed files with 21 additions and 20 deletions
@@ -50,6 +50,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANG OR
endif()
endif()
file(GLOB MICRORTPS_AGENT_SOURCES *.cpp *.h)
file(GLOB MICRORTPS_AGENT_SOURCES src/*.cpp src/*.h)
add_executable(micrortps_agent ${MICRORTPS_AGENT_SOURCES})
target_link_libraries(micrortps_agent fastrtps fastcdr)