Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -0/+12 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -3/+3 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: Added INSTALL_PROGRAMS command and corresponding support. This ↵ | Brad King | 2001-07-31 | 1 | -1/+2 |
| | | | | involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will. | ||||
* | ENH: Source and header file extensions are in variables in cmMakefile. | Amitha Perera | 2001-07-16 | 1 | -1/+3 |
| | | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension. | ||||
* | duh | Ken Martin | 2001-06-13 | 1 | -33/+4 |
| | |||||
* | minor cvs web changeCMakeLists.txt | Ken Martin | 2001-06-13 | 1 | -2/+34 |
| | |||||
* | added install rules | Ken Martin | 2001-05-23 | 1 | -0/+6 |
| | |||||
* | ENH: allow duplicate libraries | Bill Hoffman | 2001-05-23 | 1 | -4/+1 |
| | |||||
* | fix for expaning libraries prior to generating dsp | Ken Martin | 2001-05-10 | 1 | -1/+9 |
| | |||||
* | added TARGET_LINK_LIBRARY command and support for debug and release ↵ | Ken Martin | 2001-04-30 | 1 | -0/+15 |
| | | | | libraries to link against | ||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -0/+44 |