From daff31f9a5c44a01c0ffd7bd68f7bab0ee4fe348 Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 3 Jan 2014 13:00:34 +0100 Subject: Install all headers into camelcase FrameworkName. --- src/core/CMakeLists.txt | 4 ++-- 1 file 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 "$" "$") +target_include_directories(KF5ConfigCore INTERFACE "$") 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 ) -- cgit v1.2.1