diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-06-08 12:17:23 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-06-08 12:17:23 +0200 |
| commit | 7591adc6bfe8d19ba1410c0ec1b0b118eecf8fdd (patch) | |
| tree | 84163f33fc14741f6e9d6712cbabe8cf026b1042 /source | |
| parent | 8a1515579a344d09da25cbf5825e8221b2e21c92 (diff) | |
| download | newtype-7591adc6bfe8d19ba1410c0ec1b0b118eecf8fdd.tar.xz newtype-7591adc6bfe8d19ba1410c0ec1b0b118eecf8fdd.zip | |
lib: fix installation step
Diffstat (limited to 'source')
| -rw-r--r-- | source/lib/CMakeLists.txt | 7 |
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" ) |
