Skip to content

Commit

Permalink
install euslisp files in the package root directory: last catkinize c…
Browse files Browse the repository at this point in the history
…ommit was also done by murooka
  • Loading branch information
mmurooka committed Feb 14, 2014
1 parent 3835755 commit ec953f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pr2eus/catkin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ install(DIRECTORY test
USE_SOURCE_PERMISSIONS
)

install(DIRECTORY .
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
USE_SOURCE_PERMISSIONS
FILES_MATCHING
PATTERN "*.l"
PATTERN ".svn" EXCLUDE
)

0 comments on commit ec953f0

Please sign in to comment.