From abc1139833e3cbbdb4453791fb2778dd9722d206 Mon Sep 17 00:00:00 2001 From: taichiH Date: Wed, 16 Dec 2020 21:13:03 +0900 Subject: [PATCH] add config install setting --- livox_ros_driver/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/livox_ros_driver/CMakeLists.txt b/livox_ros_driver/CMakeLists.txt index 55aed77..0b10d19 100644 --- a/livox_ros_driver/CMakeLists.txt +++ b/livox_ros_driver/CMakeLists.txt @@ -212,12 +212,12 @@ install(TARGETS ${PROJECT_NAME}_node RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} ) -install(DIRECTORY launch/ - DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch +install(DIRECTORY + launch + config + DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} ) #--------------------------------------------------------------------------------------- # end of CMakeList.txt #--------------------------------------------------------------------------------------- - -