aboutsummaryrefslogtreecommitdiff
path: root/modules/MacroOptionalAddSubdirectory.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2010-03-05Allow macro_optional_add_subdirectory to work with CMake 2.8 inJonathan Marten
the case where a directory exists but is empty, by checking that it contains a CMakeLists.txt file before adding it. OK from kde-buildsystem list at http://lists.kde.org/?t=126772053200003&r=1&w=2 svn path=/trunk/KDE/kdelibs/; revision=1099212
2009-03-17-make documentation more exactAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=940658
2009-03-17Add a cmake variable DISABLE_ALL_OPTIONAL_SUBDIRECTORIES which can be set to ↵Alexander Neundorf
TRUE to disable all subdirectories by default This should make building project in a modular way easier. Alex svn path=/trunk/KDE/kdelibs/; revision=940644
2008-08-16don't override BUILD_<dir> with the DISABLE_ALL master switchAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=848008
2008-08-14add a switch to disable all optional dirs initially, e.g. for building only ↵Alexander Neundorf
one of all the subdirs (requested by Saro) Alex CCMAIL: ps_ml@gmx.de svn path=/trunk/KDE/kdelibs/; revision=847137
2007-01-20Added new macro MACRO_OPTIONAL_ADD_SUBDIRECTORY(dir), which might be useful ↵Alexander Neundorf
e.g. for extragear. If you use this instead of the normal ADD_SUBDIRECTORY(), it adds for every directory an option so you can skip this directory, and it doesn't complain if the directory doesn't exist. E.g. if you want to compile just one project from the extragear or kdesupport you can turn the other dirs off if you use this macro instead of the normal ADD_SUBDIRECTORY() Alex CCMAIL: kde-core-devel@kde.org CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=625574