Install the component_manager library (#1068)
Signed-off-by: Michael Carroll <michael@openrobotics.org>
This commit is contained in:
parent
50d500e84e
commit
6c7d662333
1 changed files with 7 additions and 0 deletions
|
@ -101,6 +101,13 @@ if(BUILD_TESTING)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
install(
|
||||||
|
TARGETS component_manager
|
||||||
|
ARCHIVE DESTINATION lib
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
RUNTIME DESTINATION bin
|
||||||
|
)
|
||||||
|
|
||||||
# Install executables
|
# Install executables
|
||||||
install(
|
install(
|
||||||
TARGETS component_container component_container_mt
|
TARGETS component_container component_container_mt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue