summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-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 Hoffman2002-03-291-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 copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: Added INSTALL_PROGRAMS command and corresponding support. This ↵Brad King2001-07-311-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 Perera2001-07-161-1/+3
| | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension.
* duhKen Martin2001-06-131-33/+4
|
* minor cvs web changeCMakeLists.txtKen Martin2001-06-131-2/+34
|
* added install rulesKen Martin2001-05-231-0/+6
|
* ENH: allow duplicate librariesBill Hoffman2001-05-231-4/+1
|
* fix for expaning libraries prior to generating dspKen Martin2001-05-101-1/+9
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-301-0/+15
| | | | libraries to link against
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* many fixes and cleanup and featuresKen Martin2001-04-241-0/+44