Skip to content

Commit

Permalink
fix: cpp install paths
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Schnattinger <Philipp.Schnattinger@node-robotics.com>
  • Loading branch information
ipa-pfs committed Sep 22, 2024
1 parent 34db536 commit 1984b76
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions topic_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,18 @@ if(BUILD_TESTING)
)
endif()

install(TARGETS relay_node relay throttle_node throttle drop_node drop mux_node mux demux_node demux delay_node delay
DESTINATION lib/${PROJECT_NAME}
install(TARGETS relay_node throttle_node drop_node mux_node demux_node delay_node
EXPORT export_${PROJECT_NAME}
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
)

install(DIRECTORY launch
DESTINATION share/${PROJECT_NAME}
)

install(TARGETS relay throttle drop mux demux delay
DESTINATION lib/${PROJECT_NAME})

ament_package()

0 comments on commit 1984b76

Please sign in to comment.