aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-06-09 11:45:17 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-06-09 11:45:17 +0200
commitfaa4cf05dfaa2a48a0ef1f49768467ae83709d70 (patch)
tree804e6b20537bb3543ab4c882f3a593513b5efa7d
parent1c83f818853cd260006def9e163d5b7627eb92b0 (diff)
downloadnewtype-faa4cf05dfaa2a48a0ef1f49768467ae83709d70.tar.xz
newtype-faa4cf05dfaa2a48a0ef1f49768467ae83709d70.zip
build: modernize library installation
-rw-r--r--source/lib/CMakeLists.txt2
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}")