summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkLibrariesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* ENH: updated handling of debug and optimized target link librariesKen Martin2006-11-291-2/+35
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+3
* STYLE: fix line lengthsBill Hoffman2006-03-101-2/+4
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-45/+0
* BUG: Fixed crash when optimized/debug argument is not followed by a value.Brad King2004-07-291-0/+10
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-2/+2
* ENH: Add CMAKE_IGNORE_DEPENDENCIES_ORDERING to prevent warnings about depende...Andy Cedilnik2003-10-021-11/+14
* ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wr...Andy Cedilnik2003-08-071-0/+28
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-6/+0
* Add some error checking for missing include directories and link librariesAndy Cedilnik2003-01-301-0/+6
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-5/+3
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* does not need a second argumentKen Martin2002-07-191-1/+7
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-1/+2
* 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
* 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
* 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 libraries...Ken Martin2001-04-301-0/+76