[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kde4support] src: Install all headers into camelcase FrameworkName.
From:       David Faure <faure () kde ! org>
Date:       2014-02-28 13:11:52
Message-ID: E1WJNEG-0002gJ-Bn () scm ! kde ! org
[Download RAW message or body]

Git commit cc8aa68cdf8dcc2a0172d7e392503ff2109a5920 by David Faure.
Committed on 03/01/2014 at 12:00.
Pushed by alexmerry into branch 'master'.

Install all headers into camelcase FrameworkName.

M  +2    -2    src/CMakeLists.txt

http://commits.kde.org/kde4support/cc8aa68cdf8dcc2a0172d7e392503ff2109a5920

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3c49ea1..804175b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -30,7 +30,7 @@ add_library(KF5PrintUtils ${kprintutils_LIB_SRCS})
 generate_export_header(KF5PrintUtils BASE_NAME KPrintUtils)
 add_library(KF5::PrintUtils ALIAS KF5PrintUtils)
 =

-target_include_directories(KF5PrintUtils INTERFACE "$<INSTALL_INTERFACE:${=
INCLUDE_INSTALL_DIR}/kprintutils>" "$<INSTALL_INTERFACE:${INCLUDE_INSTALL_D=
IR}/KPrintUtils>")
+target_include_directories(KF5PrintUtils INTERFACE "$<INSTALL_INTERFACE:${=
INCLUDE_INSTALL_DIR}/KPrintUtils>")
 =

 target_link_libraries(KF5PrintUtils
   PUBLIC
@@ -59,7 +59,7 @@ install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kprintutils_export.h
   kdeprintdialog.h
   ${KPrintUtils_HEADERS}
-  DESTINATION ${INCLUDE_INSTALL_DIR}/kprintutils COMPONENT Devel
+  DESTINATION ${INCLUDE_INSTALL_DIR}/KPrintUtils COMPONENT Devel
 )
 =

 install(TARGETS KF5PrintUtils EXPORT KF5PrintUtilsTargets ${INSTALL_TARGET=
S_DEFAULT_ARGS})

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic