summaryrefslogtreecommitdiffstats
path: root/Source/cmAddLibraryCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-4/+2
| | | | 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
|
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-021-9/+0
|
* ENH: Make the LinkLibraries command contribute dependencies towards ↵Amitha Perera2002-05-011-2/+12
| | | | AddLibraries.
* 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-5/+1
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* Break the "to infinity and beyond" stuffSebastien Barre2001-11-081-0/+1
|
* Expand var in srclist name tooSebastien Barre2001-11-081-1/+8
|
* Expand vars in exe and lib nameSebastien Barre2001-11-011-3/+7
|
* 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
* Changes to allow MODULE type target for a shared libraryYves Starreveld2001-08-281-3/+8
|
* ENH: Added support for selection of static/shared build on a per-library basis.Brad King2001-07-021-2/+27
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* ENH: Moved cache entry addition into cmMakefile::AddLibrary and ↵Brad King2001-05-071-6/+0
| | | | AddExecutable so that commands do not have to add it explicitly.
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* ENH: add help for cache entriesBill Hoffman2001-04-261-1/+1
|
* FIX: allow ADD_LIBRARY with no source listJim Miller2001-04-161-1/+1
|
* some bug fixesKen Martin2001-04-121-0/+7
|
* major changes to support multiple libraries and source listsKen Martin2001-04-111-0/+33