summaryrefslogtreecommitdiffstats
path: root/Source/cmGetCMakePropertyCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Make commands scriptableAndy Cedilnik2005-12-071-0/+5
|
* STYLE: fix docsKen Martin2005-11-161-5/+5
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-061-1/+1
|
* ENH: Add accessor for the list of commandsAndy Cedilnik2003-08-041-1/+1
|
* Add command for accessing cmake properties. At this point the only ↵Andy Cedilnik2003-03-061-0/+68
properties are VARIABLES and CACHE_VARIABLES. Also add test for this feature