aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-07-02 08:14:42 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-07-02 08:14:42 +0000
commit625cdcf8bf06301996e4895649312cf9eba4cc96 (patch)
tree8793ec8b96c4df443074598d187f0136d1cf41ae
parenta1ca06d151d11594b9403904a62e43c1803f7a85 (diff)
downloadextra-cmake-modules-625cdcf8bf06301996e4895649312cf9eba4cc96.tar.gz
extra-cmake-modules-625cdcf8bf06301996e4895649312cf9eba4cc96.tar.bz2
-remove the old makefile.am contents from the cmake files in kdelibs
-add MacroLogFeature.cmake to the MacroLibrary Alex svn path=/trunk/KDE/kdelibs/; revision=557030 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt M pics/crystalsvg/CMakeLists.txt M pics/emoticons/CMakeLists.txt M pics/hicolor/CMakeLists.txt
-rw-r--r--modules/MacroLibrary.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/MacroLibrary.cmake b/modules/MacroLibrary.cmake
index c4006c27..c2a3e8d9 100644
--- a/modules/MacroLibrary.cmake
+++ b/modules/MacroLibrary.cmake
@@ -7,3 +7,4 @@ INCLUDE(MacroAddFileDependencies)
INCLUDE(MacroEnsureOutOfSourceBuild)
INCLUDE(MacroBoolTo01)
INCLUDE(MacroPushRequiredVars)
+INCLUDE(MacroLogFeature)