Skip to content

Commit 76483e8

Browse files
author
Thomas Witte
committed
install script, launch directory
1 parent 60d1ac9 commit 76483e8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,13 @@ install(DIRECTORY include/${PROJECT_NAME}/
223223
)
224224

225225
## Mark other files for installation (e.g. launch and bag files, etc.)
226-
# install(FILES
226+
install(DIRECTORY
227+
script
228+
launch
227229
# # myfile1
228230
# # myfile2
229-
# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
230-
# )
231+
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
232+
)
231233

232234
install(FILES
233235
plugin.xml

0 commit comments

Comments
 (0)