aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2014-01-03 13:00:34 +0100
committerDavid Faure <faure@kde.org>2014-01-03 13:00:34 +0100
commitdaff31f9a5c44a01c0ffd7bd68f7bab0ee4fe348 (patch)
tree4d826c61a5df2477b5e555489c3b7e90b32ae8f9
parentf07ad821e4f1cec70293a95950934b25b0609217 (diff)
downloadkconfig-4.95.0.tar.gz
kconfig-4.95.0.tar.bz2
Install all headers into camelcase FrameworkName.v4.95.0
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 8b6e52e8..2464401f 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -19,7 +19,7 @@ add_library(KF5ConfigCore ${libkconfigcore_SRCS})
generate_export_header(KF5ConfigCore BASE_NAME KConfigCore)
add_library(KF5::ConfigCore ALIAS KF5ConfigCore)
-target_include_directories(KF5ConfigCore INTERFACE "$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}/kconfigcore>" "$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}/KConfigCore>")
+target_include_directories(KF5ConfigCore INTERFACE "$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}/KConfigCore>")
target_link_libraries(KF5ConfigCore PUBLIC Qt5::Core)
if(WIN32)
@@ -53,5 +53,5 @@ install(TARGETS KF5ConfigCore EXPORT KF5ConfigTargets ${INSTALL_TARGETS_DEFAULT_
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kconfigcore_export.h
${KConfigCore_HEADERS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/kconfigcore COMPONENT Devel
+ DESTINATION ${INCLUDE_INSTALL_DIR}/KConfigCore COMPONENT Devel
)