Install the component_manager library (#1068)

Signed-off-by: Michael Carroll <michael@openrobotics.org>
This commit is contained in:
Michael Carroll 2020-04-16 19:34:42 -05:00 committed by GitHub
parent 50d500e84e
commit 6c7d662333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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