From fbf882763407382cb792f5f395aaa4790a34f2ec Mon Sep 17 00:00:00 2001 From: matlabbe Date: Sat, 30 Nov 2024 19:25:07 -0800 Subject: [PATCH] Fixed missing grid_map_core include dir in installed cmake config --- grid_map_core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/grid_map_core/CMakeLists.txt b/grid_map_core/CMakeLists.txt index cbf8ff5d..c2d9ed9b 100644 --- a/grid_map_core/CMakeLists.txt +++ b/grid_map_core/CMakeLists.txt @@ -125,6 +125,7 @@ if(TARGET ${PROJECT_NAME}-test) target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME}) endif() +ament_export_include_directories(include/${PROJECT_NAME}) ament_export_targets(export_${PROJECT_NAME} HAS_LIBRARY_TARGET) ament_export_dependencies(Eigen3) ament_package(CONFIG_EXTRAS