From 7d5b11788df3fd34fca55033cb66eef6bcf7cf84 Mon Sep 17 00:00:00 2001 From: Illia Vysochyn Date: Sun, 10 Sep 2023 21:25:16 +0200 Subject: [PATCH] [#48118] CMakeLists.txt: Export headers with 'ament_cmake' --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d3f11c..5c7d908 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,6 +86,7 @@ install(DIRECTORY ament_export_targets(${PROJECT_NAME}Targets HAS_LIBRARY_TARGET) ament_export_dependencies(rclcpp) +ament_export_include_directories(include) install(TARGETS ${PROJECT_NAME}