Skip to content

Commit 6946422

Browse files
florent-lamirauxlucasw
authored andcommitted
Install shared object.
1 parent 00b20d7 commit 6946422

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ target_link_libraries(rviz_camera_stream
6262
)
6363

6464
# install
65+
install (TARGETS rviz_camera_stream
66+
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
67+
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
68+
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
69+
)
70+
6571
install(FILES
6672
plugin_description.xml
6773
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}

0 commit comments

Comments
 (0)