Skip to content

Commit 4dc2098

Browse files
authored
install headers (#786)
1 parent a9cb023 commit 4dc2098

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
@@ -332,6 +332,11 @@ install(TARGETS ${library_name}
332332
RUNTIME DESTINATION bin
333333
)
334334

335+
install(DIRECTORY
336+
include/
337+
DESTINATION include/${PROJECT_NAME}
338+
USE_SOURCE_PERMISSIONS)
339+
335340
# Install params config files.
336341
install(DIRECTORY
337342
params

0 commit comments

Comments
 (0)