summaryrefslogtreecommitdiff
path: root/Source/cmTargetLinkLibrariesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Disallow linking to utility targets (#13902).Stephen Kelly2013-11-071-0/+31
* Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-masterBrad King2013-11-031-2/+8
|\
| * CMP0022: Plain target_link_libraries must populate link interfaceBrad King2013-11-021-2/+8
* | target_link_libraries: Revert accidental changeBrad King2013-11-021-7/+2
* | cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-2/+7
* | Merge topic 'fix-tll-static-private'Brad King2013-10-261-3/+8
|\ \ | |/
| * Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.Stephen Kelly2013-10-261-3/+8
* | target_link_libraries: Allow repeated use of LINK_{PRIVATE,PUBLIC} keywords.Stephen Kelly2013-10-171-2/+4
* | Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+14
|/
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+5
* target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-241-13/+124
* TLL: Don't populate old link interface if CMP0022 is NEW.Stephen Kelly2013-07-081-1/+25
* Centralize maintenance of usage requirement include directoriesStephen Kelly2013-05-061-8/+0
* Don't populate INTERFACE includes and defines properties in tll.Stephen Kelly2013-02-131-44/+0
* Use the link information as a source of compile definitions and includes.Stephen Kelly2013-02-131-0/+8
* De-duplicate validation of genex target names.Stephen Kelly2013-02-071-3/+4
* Deduplicate the isGeneratorExpression method.Stephen Kelly2013-02-071-9/+1
* Add includes and compile definitions with target_link_libraries.Stephen Kelly2013-01-311-0/+53
* Revert "Allow target_link_libraries with IMPORTED targets."Stephen Kelly2013-01-211-14/+0
* Allow target_link_libraries with IMPORTED targets.Stephen Kelly2013-01-081-0/+14
* Fix minor typos.Stephen Kelly2012-09-291-2/+2
* Add OBJECT_LIBRARY target typeBrad King2012-03-131-0/+10
* target_link_libraries: Simplify argument processing state testsBrad King2011-11-221-4/+4
* target_link_libraries: Add LINK_(PUBLIC|PRIVATE) optionsStephen Kelly2011-11-221-10/+42
* New CMP0016 for deciding whether an unknown target in TLL() is an error.Alex Neundorf2010-08-281-7/+38
* Just warn in case of a bad target as only argument for t_l_l()Alex Neundorf2010-08-261-2/+12
* Make target_link_libraries() complain if bad target name is usedAlex Neundorf2010-08-261-6/+6
* Remove trailing whitespaceAlex Neundorf2010-08-261-3/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Allow a custom list of debug configurationsBrad King2008-09-041-15/+26
* ENH: Make link interface mode more distinctBrad King2008-08-181-9/+16
* ENH: Simple specification of link interfacesBrad King2008-08-111-4/+73
* ENH: Tolerate repeated link library typesBrad King2008-08-071-26/+60
* 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