From e272a857e74184264f3336cf613d947aeb01a6fd Mon Sep 17 00:00:00 2001 From: Ruddick Lawrence Date: Fri, 7 Jul 2017 16:43:10 -0700 Subject: [PATCH] Copy config folder on install --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9f3b83..f4b01d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,7 +133,7 @@ endif() ## Specify additional locations of header files ## Your package locations should be listed before other locations # include_directories(include) -include_directories(include +include_directories(include ${catkin_INCLUDE_DIRS} ) @@ -176,6 +176,7 @@ target_link_libraries(ur_driver ############# install(DIRECTORY launch/ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch) +install(DIRECTORY config/ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/config) ## Mark executables and/or libraries for installation install(TARGETS ur_driver ur_hardware_interface