aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/lib/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/lib/CMakeLists.txt b/source/lib/CMakeLists.txt
index a1ed36e..d573510 100644
--- a/source/lib/CMakeLists.txt
+++ b/source/lib/CMakeLists.txt
@@ -9,12 +9,7 @@ target_compile_features("${PROJECT_NAME}" INTERFACE
"cxx_std_20"
)
-install(TARGETS "${PROJECT_NAME}"
- EXPORT "${PROJECT_NAME}Targets"
- PUBLIC_HEADER DESTINATION "include"
-)
-
-install(DIRECTORY "${PROJECT_SOURCE_DIR}/include/"
+install(DIRECTORY "include/"
DESTINATION "include"
)