summaryrefslogtreecommitdiffstats
path: root/Source/cmGetSourceFilePropertyCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* minor bug fixKen Martin2003-05-291-1/+1
|
* 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.
* updated to match the SETKen Martin2002-08-261-19/+9
|
* modified how source files store propertiesKen Martin2002-08-161-3/+3
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+2
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-0/+55
objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.