diff --git a/CMakeLists.txt b/CMakeLists.txt index 67b8ea18..427d0344 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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