From f07ad821e4f1cec70293a95950934b25b0609217 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/gui/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index eef8c2a8..e6ef7468 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -15,7 +15,7 @@ add_library(KF5ConfigGui ${libkconfiggui_SRCS}) generate_export_header(KF5ConfigGui BASE_NAME KConfigGui) add_library(KF5::ConfigGui ALIAS KF5ConfigGui) -target_include_directories(KF5ConfigGui INTERFACE "$" "$") +target_include_directories(KF5ConfigGui INTERFACE "$") target_link_libraries(KF5ConfigGui PUBLIC Qt5::Gui Qt5::Xml KF5::ConfigCore) @@ -40,5 +40,5 @@ install(TARGETS KF5ConfigGui EXPORT KF5ConfigTargets ${INSTALL_TARGETS_DEFAULT_A install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kconfiggui_export.h ${KConfigGui_HEADERS} - DESTINATION ${INCLUDE_INSTALL_DIR}/kconfiggui COMPONENT Devel + DESTINATION ${INCLUDE_INSTALL_DIR}/KConfigGui COMPONENT Devel ) -- cgit v1.2.1