Skip to content
Snippets Groups Projects
Commit c42b08b8 authored by Ernesto Corbellini's avatar Ernesto Corbellini
Browse files

Added installation for the launch files.

parent cf620cf8
No related branches found
No related tags found
No related merge requests found
...@@ -27,3 +27,7 @@ catkin_package() ...@@ -27,3 +27,7 @@ catkin_package()
# allprojects closure the root build.gradle # allprojects closure the root build.gradle
install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}/com/github/rosjava/${PROJECT_NAME}/ install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}/com/github/rosjava/${PROJECT_NAME}/
DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/com/github/rosjava/${PROJECT_NAME}) DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/com/github/rosjava/${PROJECT_NAME})
# Install the launchfiles
install(DIRECTORY launch/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment