Skip to content

Commit

Permalink
Install the component_manager library (#1068)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Apr 17, 2020
1 parent 50d500e commit 6c7d662
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rclcpp_components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ if(BUILD_TESTING)
endif()
endif()

install(
TARGETS component_manager
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
)

# Install executables
install(
TARGETS component_container component_container_mt
Expand Down

0 comments on commit 6c7d662

Please sign in to comment.