From 76c3f71d6e8e70be5a4079167a2514fdc44cfb20 Mon Sep 17 00:00:00 2001 From: Olivier Kermorgant Date: Mon, 19 Dec 2022 21:10:13 +0100 Subject: [PATCH] install headers (#788) --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67b8ea18b..427d0344a 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