summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkLibrariesCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Document behavior of multiple target_link_libraries calls (#13113)Brad King2012-04-091-1/+2
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-3/+3
* target_link_libraries: Add missing space in documentationBrad King2011-11-221-2/+2
* target_link_libraries: Add LINK_(PUBLIC|PRIVATE) optionsStephen Kelly2011-11-221-1/+20
* target_link_libraries: Trim trailing whitespaceStephen Kelly2011-11-221-6/+6
* Document target_link_libraries target scope (#11058)Brad King2010-12-151-0/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Mention cycles in target_link_libraries docsBrad King2009-06-241-0/+22
* ENH: Clarify target_link_libraries docsBrad King2009-02-021-5/+7
* ENH: Allow a custom list of debug configurationsBrad King2008-09-041-4/+8
* ENH: Make link interface mode more distinctBrad King2008-08-181-2/+4
* ENH: Simple specification of link interfacesBrad King2008-08-111-8/+38
* ENH: Tolerate repeated link library typesBrad King2008-08-071-0/+2
* STYLE: Improve documentation of target_link_libraries command to make target-...Brad King2008-02-061-1/+4
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
* ENH: updated handling of debug and optimized target link librariesKen Martin2006-11-291-2/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+0
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-6/+0
* ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.Brad King2004-03-251-1/+1
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wr...Andy Cedilnik2003-08-071-0/+8
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-6/+7
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* 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-1/+1
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* added TARGET_LINK_LIBRARY command and support for debug and release libraries...Ken Martin2001-04-301-0/+104