From 71158c7fb28c8ef6c52a7d8e80cfe66109f7e5bb Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Thu, 18 Apr 2024 18:17:36 +0200 Subject: [PATCH] Set up the install commands for the CMake. --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ba8fad..11f8a32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -175,11 +175,11 @@ include_directories( # ) ## Mark other files for installation (e.g. launch and bag files, etc.) -# install(FILES -# # myfile1 -# # myfile2 -# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} -# ) +install(DIRECTORY + launch + config + DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} +) ############# ## Testing ## -- GitLab