Skip to content

Commit

Permalink
Merge pull request #670 from jsk-ros-pkg/install_scripts
Browse files Browse the repository at this point in the history
[jsk_interactive_marker] Install scripts in jsk_interactive_marker
  • Loading branch information
k-okada committed Jul 7, 2017
2 parents f42cd32 + fdb67c1 commit ceaa933
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jsk_interactive_markers/jsk_interactive_marker/CMakeLists.txt
Expand Up @@ -186,6 +186,11 @@ install(TARGETS jsk_interactive_marker
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})

install(DIRECTORY scripts/
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
USE_SOURCE_PERMISSIONS
)

install(DIRECTORY launch euslisp urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
PATTERN ".svn" EXCLUDE)
Expand Down

0 comments on commit ceaa933

Please sign in to comment.