summaryrefslogtreecommitdiffstats
path: root/Source/cmAddExecutableCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Improve Mac OSX bundle supportAndy Cedilnik2004-04-081-0/+2
|
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-7/+53
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-5/+3
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* 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.
* removed some includesKen Martin2002-09-271-1/+0
|
* fix const problemBill Hoffman2002-03-291-1/+1
|
* ENH: add ability to use ; separated lists in SET and expand them for ↵Bill Hoffman2002-03-291-3/+4
| | | | addexecutable and addlibrary
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-7/+0
|
* FIX: command now expands *all* args (found through FOREACH example)Sebastien Barre2002-02-251-5/+10
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* Expand vars in exe and lib nameSebastien Barre2001-11-011-2/+6
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* added registry entry support and windows app supportKen Martin2001-05-111-3/+13
|
* ENH: Moved cache entry addition into cmMakefile::AddLibrary and ↵Brad King2001-05-071-5/+0
| | | | AddExecutable so that commands do not have to add it explicitly.
* BUG: add internal cache entry for executables, so depends can workBill Hoffman2001-05-051-1/+7
|
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* major changes to support multiple libraries and source listsKen Martin2001-04-111-0/+33