Skip to content

Commit

Permalink
Install shared object.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux authored and lucasw committed Oct 4, 2019
1 parent 00b20d7 commit 6946422
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ target_link_libraries(rviz_camera_stream
)

# install
install (TARGETS rviz_camera_stream
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(FILES
plugin_description.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
Expand Down

0 comments on commit 6946422

Please sign in to comment.