Skip to content

Commit

Permalink
fix: cpp install paths (#116)
Browse files Browse the repository at this point in the history
* fix: cpp install paths

Signed-off-by: Philipp Schnattinger <[email protected]>

* chore: fix indent

Signed-off-by: Philipp Schnattinger <[email protected]>

---------

Signed-off-by: Philipp Schnattinger <[email protected]>
(cherry picked from commit a5f025a)
  • Loading branch information
ipa-pfs authored and mergify[bot] committed Oct 14, 2024
1 parent 69c32de commit 0498309
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 0498309

Please sign in to comment.