Skip to content

Commit

Permalink
fixing executable installation
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jan 19, 2024
1 parent 475178f commit 6908d10
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ set(LIBRARIES
UvdarCore_UVDARBluefoxEmulator
)

set(EXECUTABLES
uvdar_rx_node
uvdar_tx_node
new_uvdar_rx_node
uvdar_led_manager_node
uvdar_filter_node
)

find_package(catkin REQUIRED COMPONENTS
${CATKIN_DEPENDENCIES}
)
Expand Down Expand Up @@ -433,6 +441,10 @@ install(TARGETS ${LIBRARIES}
RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION}
)

install(TARGETS ${EXECUTABLES}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(DIRECTORY msg srv
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
Expand Down

0 comments on commit 6908d10

Please sign in to comment.