diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-02-07 21:49:31 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-02-07 21:49:31 +0000 |
commit | fce52d437088520993f5f0df591408aa7e8e6eb4 (patch) | |
tree | 99b58b5ce2657a75b95a118c157c92ac0612b8f6 /modules/MacroLibrary.cmake | |
parent | 33ef2dcde9be9d37e41a3c905f85849e918a240a (diff) | |
download | extra-cmake-modules-fce52d437088520993f5f0df591408aa7e8e6eb4.tar.gz extra-cmake-modules-fce52d437088520993f5f0df591408aa7e8e6eb4.tar.bz2 |
two new macros: macro_append_directory_properties() and macro_append_source_files_properties()
don't use CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH in FindKDE4.cmake
clean more files
Alex
svn path=/trunk/KDE/kdelibs/; revision=506927
Diffstat (limited to 'modules/MacroLibrary.cmake')
-rw-r--r-- | modules/MacroLibrary.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/MacroLibrary.cmake b/modules/MacroLibrary.cmake index 25abc38d..337a1087 100644 --- a/modules/MacroLibrary.cmake +++ b/modules/MacroLibrary.cmake @@ -2,4 +2,6 @@ # OPTIONAL_FIND_PACKAGE( <name> [QUIT] ) INCLUDE (MacroOptionalFindPackage) +INCLUDE (MacroAppendDirectoryProperties) +INCLUDE (MacroAppendSourceFilesProperties) |