Skip to content

Commit 76c3f71

Browse files
authored
install headers (#788)
1 parent 326425a commit 76c3f71

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
@@ -352,6 +352,11 @@ install(TARGETS ${library_name}
352352
RUNTIME DESTINATION bin
353353
)
354354

355+
install(DIRECTORY
356+
include/
357+
DESTINATION include/${PROJECT_NAME}
358+
USE_SOURCE_PERMISSIONS)
359+
355360
# Install params config files.
356361
install(DIRECTORY
357362
params

0 commit comments

Comments
 (0)