summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFabien Proriol <fabien.proriol@kazoe.org>2025-05-26 11:49:58 +0200
committerFabien Proriol <fabien.proriol@kazoe.org>2025-05-26 11:49:58 +0200
commit7c1d3588f827c8fb684a2697d7686540054917d2 (patch)
tree6b80d48d94bd0bd987a979e85a501cc145339bde /CMakeLists.txt
parent2feba4447a482840e21fa2d3b33f1a5da12d09b7 (diff)
Normalize include pathHEADmaster
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9d06877..7410dd6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@ install(TARGETS KzSettings
EXPORT "KzSettingsTargets"
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
- PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_PREFIX}/include/KaZoe/"
+ PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_PREFIX}/include/KaZoe/Settings"
)
install(TARGETS kzsettings