Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -3/+3 |
| | |||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -1/+1 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -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. |