summaryrefslogtreecommitdiffstats
path: root/Source/cmGetDirectoryPropertyCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIESKen Martin2005-09-131-17/+66
|
* ENH: added patch from Alexander Neundorf to get DEFINITIONSKen Martin2005-07-011-0/+4
|
* ENH: get directory property should return an empty variable if it is not ↵Bill Hoffman2005-04-041-3/+2
| | | | set, not just have an error
* ENH: Implement additional make clean files as a directory property instead ↵Andy Cedilnik2004-05-201-0/+6
| | | | of cmake variable
* ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can ↵Andy Cedilnik2004-04-231-0/+106
change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES