Skip to content

Commit f4d8d41

Browse files
authored
install headers for Foxy (#787)
1 parent 5d2e882 commit f4d8d41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,11 @@ install(TARGETS ${library_name}
339339
RUNTIME DESTINATION bin
340340
)
341341

342+
install(DIRECTORY
343+
include/
344+
DESTINATION include
345+
USE_SOURCE_PERMISSIONS)
346+
342347
# Install params config files.
343348
install(DIRECTORY
344349
params

0 commit comments

Comments
 (0)