File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,11 +279,16 @@ add_subdirectory(src)
279279# )
280280
281281## Mark cpp header files for installation
282- install (DIRECTORY include/${PROJECT_NAME } /
283- DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
284- FILES_MATCHING PATTERN "*.h*"
285- PATTERN ".svn" EXCLUDE
286- )
282+ install (DIRECTORY include/${PROJECT_NAME } /
283+ DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
284+ FILES_MATCHING PATTERN "*.h*"
285+ PATTERN ".svn" EXCLUDE
286+ )
287+
288+ ## Install launch files into share directory
289+ install (DIRECTORY launch
290+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
291+ )
287292
288293## Mark other files for installation (e.g. launch and bag files, etc.)
289294# install(FILES
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ cp -r include catkin_ws/src/${PACKAGE}
1010cp -r test catkin_ws/src/${PACKAGE}
1111cp -r msg catkin_ws/src/${PACKAGE}
1212cp -r srv catkin_ws/src/${PACKAGE}
13+ cp -r launch catkin_ws/src/${PACKAGE}
1314# Required for LibUSBConfig.cmake
1415cp -r cmake-modules catkin_ws/src/${PACKAGE}
1516cp package.xml catkin_ws/src/${PACKAGE}
You can’t perform that action at this time.
0 commit comments