From 73b2fbe26f94c3f04f85df506f3a205b349ff637 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Thu, 18 Apr 2024 18:22:20 +0200 Subject: [PATCH] Set up the install commands for the CMake. --- CMakeLists.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0739056..a9f69fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -175,11 +175,10 @@ 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 + maps + DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} +) ############# ## Testing ## -- GitLab