summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkLibrariesCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-021-2/+2
|
* ENH: Make it unnecessary to ever specify LINK_DIRECTORIES for any libraryAmitha Perera2002-04-281-0/+4
| | | | generated in this project, even when LIBRARY_OUTPUT_PATH is set.
* BUG: add link directories for target link libraries and add a test for itBill Hoffman2002-04-191-1/+12
|
* ENH: add suport for semi-colon separated list variablesBill Hoffman2002-03-061-2/+4
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* 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
|
* BUG: added arg0 to link librariesKen Martin2001-05-081-2/+3
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-301-0/+76
libraries to link against