From 173b33592739f9a671f34eb816499ef32fe65c06 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Sun, 21 Jun 2015 02:14:54 +0200 Subject: Make it possible to use kconfig_compiler from different sources This way we can specify the used tooling targets to be used, useful if we're cross-compiling, since we get to use the tooling that runs in the local platform. REVIEW: 124104 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f510e3ea..b44fbf24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,6 +61,9 @@ install(EXPORT KF5ConfigTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE KF5ConfigTargets.cmake NAMESPACE KF5:: COMPONENT Devel) +install(EXPORT KF5ConfigCompilerTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" + FILE KF5ConfigCompilerTargets.cmake NAMESPACE KF5:: COMPONENT Devel) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kconfig_version.h DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel ) -- cgit v1.2.1