File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -55,3 +55,27 @@ add_library(${PROJECT_NAME} ${SOURCE_FILES})
55
55
## particular OS.
56
56
target_link_libraries (${PROJECT_NAME} ${QT_LIBRARIES} ${catkin_LIBRARIES} )
57
57
## END_TUTORIAL
58
+
59
+
60
+ ## Install rules
61
+
62
+ install (TARGETS
63
+ ${PROJECT_NAME}
64
+ ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
65
+ LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
66
+ RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
67
+ )
68
+
69
+ install (FILES
70
+ package.xml
71
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
72
+
73
+ install (DIRECTORY media/
74
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} /media )
75
+
76
+ install (DIRECTORY icons/
77
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} /icons )
78
+
79
+ install (PROGRAMS scripts/send_test_msgs.py
80
+ DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} )
81
+
You can’t perform that action at this time.
0 commit comments