summaryrefslogtreecommitdiffstats
path: root/Source/cmLinkItem.h
Commit message (Collapse)AuthorAgeFilesLines
* Move ComputeLinkType out of cmTarget.Stephen Kelly2015-10-201-0/+24
| | | | | Keep it out of the way, so that it does not become part of cmGeneratorTarget, but where it can be used to implement CMP0003.
* cmLinkItem: Port to cmGeneratorTarget.Stephen Kelly2015-10-121-4/+3
|
* cmHeadToLinkInterfaceMap: Port to cmGeneratorTarget.Stephen Kelly2015-10-121-1/+2
|
* cmLinkItem: Add cmOptionalLinkImplementation type.Stephen Kelly2015-08-261-0/+11
| | | | Move the associated Compute* methods to the cmTarget class.
* cmLinkItem: Add cmLinkImplementation type.Stephen Kelly2015-08-261-0/+6
|
* cmTarget: Move cmHeadToLinkInterfaceMap out.Stephen Kelly2015-08-261-0/+5
|
* cmTarget: Move link interface libraries struct out.Stephen Kelly2015-08-261-0/+40
|
* cmLinkImplementationLibraries: Move to namespace scope.Stephen Kelly2015-08-061-0/+12
|
* cmLinkItem: Split to separate file.Stephen Kelly2015-08-061-0/+47