From 7c1d3588f827c8fb684a2697d7686540054917d2 Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Mon, 26 May 2025 11:49:58 +0200 Subject: Normalize include path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3