Skip to content
Snippets Groups Projects
Commit 840944ec authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Set up the install commands for the CMake.

parent 8186aa84
No related branches found
No related tags found
No related merge requests found
......@@ -175,11 +175,12 @@ include_directories(
# )
## Mark other files for installation (e.g. launch and bag files, etc.)
# install(FILES
# # myfile1
# # myfile2
# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
# )
install(DIRECTORY
launch
config
params
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
#############
## Testing ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment