Skip to content

Commit 9cbb4eb

Browse files
Merge branch 'github/grid_map/255' into 'master'
Import PR 'Install .h header files'. GitOrigin-RevId: 320cd49524ca60367955ed6d210f342d8ae29487
1 parent b02aa92 commit 9cbb4eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

grid_map_sdf/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ install(
6868
install(
6969
DIRECTORY include/${PROJECT_NAME}/
7070
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
71-
FILES_MATCHING PATTERN "*.hpp"
71+
FILES_MATCHING
72+
PATTERN "*.hpp"
73+
PATTERN "*.h"
7274
)
7375

7476
#############
@@ -114,4 +116,4 @@ if(cmake_clang_tools_FOUND)
114116
add_default_clang_tooling(
115117
DISABLE_CLANG_FORMAT
116118
)
117-
endif(cmake_clang_tools_FOUND)
119+
endif(cmake_clang_tools_FOUND)

0 commit comments

Comments
 (0)