summaryrefslogtreecommitdiffstats
path: root/Source/cmSetSourceFilesPropertiesCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* modified how source files store propertiesKen Martin2002-08-161-3/+3
|
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-1/+1
| | | | only project can be built with cmake, even without a cxx compiler
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-1/+1
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-0/+66
objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.