Skip to content

Commit

Permalink
install headers (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
oKermorgant authored Dec 19, 2022
1 parent 326425a commit 76c3f71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,11 @@ install(TARGETS ${library_name}
RUNTIME DESTINATION bin
)

install(DIRECTORY
include/
DESTINATION include/${PROJECT_NAME}
USE_SOURCE_PERMISSIONS)

# Install params config files.
install(DIRECTORY
params
Expand Down

0 comments on commit 76c3f71

Please sign in to comment.