aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2010-06-21 20:06:11 +0000
committerAlexander Neundorf <neundorf@kde.org>2010-06-21 20:06:11 +0000
commit83d876496432dc40324c366f42c436f6e3eefabf (patch)
treeb460ea3420f93cff7b61beda1923d358989320aa
parentde6b03703e47f693d76b4976ec8a1d2e0d325b55 (diff)
downloadextra-cmake-modules-83d876496432dc40324c366f42c436f6e3eefabf.tar.gz
extra-cmake-modules-83d876496432dc40324c366f42c436f6e3eefabf.tar.bz2
-add some comments where the export-files come from
Alex svn path=/trunk/KDE/kdelibs/; revision=1140916
-rw-r--r--modules/FindKDE4Internal.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 28f82b19..c9e8892f 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -561,7 +561,8 @@ else (_kdeBootStrapping)
# This setting is currently not recorded in KDELibsDependencies.cmake:
find_file(KDE4_PLASMA_OPENGL_FOUND plasma/glapplet.h PATHS ${KDE4_INCLUDE_DIR} NO_DEFAULT_PATH)
- # now include the file with the imported tools (executable targets)
+ # Now include the file with the imported tools (executable targets).
+ # This export-file is generated and installed by the toplevel CMakeLists.txt of kdelibs.
# Having the libs and tools in two separate files should help with cross compiling.
include(${kde_cmake_module_dir}/KDELibs4ToolsTargets.cmake)
@@ -602,6 +603,7 @@ else (_kdeBootStrapping)
# the library target "kdeui" is exported as "KDE4__kdeui". The "KDE4__" is used as
# "namespace" to separate the imported targets from "normal" targets, it is stored in
# KDE4_TARGET_PREFIX, which is set in KDELibsDependencies.cmake .
+ # This export-file is generated and installed by the toplevel CMakeLists.txt of kdelibs.
# Include it to "import" the libraries from kdelibs into the current projects as targets.
# This makes setting the _LIBRARY and _LIBS variables actually a bit superfluos, since e.g.
# the kdeui library could now also be used just as "KDE4__kdeui" and still have all their