diff options
| -rw-r--r-- | source/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/CMakeLists.txt b/source/lib/CMakeLists.txt index d573510..0219803 100644 --- a/source/lib/CMakeLists.txt +++ b/source/lib/CMakeLists.txt @@ -10,7 +10,7 @@ target_compile_features("${PROJECT_NAME}" INTERFACE ) install(DIRECTORY "include/" - DESTINATION "include" + TYPE INCLUDE ) add_library("${PROJECT_NAME}::${PROJECT_NAME}" ALIAS "${PROJECT_NAME}") |
