aboutsummaryrefslogtreecommitdiff
path: root/modules/MacroAppendIf.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2007-12-17switch order of arguments as suggestedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=749769
2007-12-16new macro MACRO_APPEND_IF(var condition value1..valuen)Alexander Neundorf
can be used to simplify code: macro_append_if(mySrcs SOMELIB_FOUND file1.cpp file2.cpp) instead of if(SOMELIB_FOUND) set(mySrcs file1.cpp file2.cpp) endif(SOMELIB_FOUND) Alex svn path=/trunk/KDE/kdelibs/; revision=749077