Skip to content

Commit

Permalink
CMakeLists.txt: ship config and cfg directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristof Robot committed Mar 9, 2015
1 parent b441844 commit 7c38947
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ install(DIRECTORY launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(DIRECTORY config
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(DIRECTORY cfg
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(DIRECTORY src
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
Expand Down

0 comments on commit 7c38947

Please sign in to comment.