Skip to content

Commit

Permalink
CMakeLists.txt : add install rule for launch
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Aug 25, 2016
1 parent 1072bc7 commit 9a16e40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ install(TARGETS ${_opencv_apps_nodelet_targets}
install(FILES nodelet_plugins.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
install(DIRECTORY launch test
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
USE_SOURCE_PERMISSIONS)

## test
if(CATKIN_ENABLE_TESTING)
Expand Down

0 comments on commit 9a16e40

Please sign in to comment.