summaryrefslogtreecommitdiffstats
path: root/Source/cmSetSourceFilesPropertiesCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added source file property OBJECT_DEPENDS to support generated header ↵Brad King2002-12-131-0/+13
| | | | files included in non-generated sources.
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-4/+2
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* fixed bug maybeKen Martin2002-08-261-0/+2
|
* fixed some warningsKen Martin2002-08-221-1/+2
|
* modified how source files store propertiesKen Martin2002-08-161-31/+60
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-5/+7
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-0/+136
objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.