We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b20d7 commit 6946422Copy full SHA for 6946422
CMakeLists.txt
@@ -62,6 +62,12 @@ target_link_libraries(rviz_camera_stream
62
)
63
64
# 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
+
71
install(FILES
72
plugin_description.xml
73
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
0 commit comments