MCPcopy Create free account
hub / github.com/Kitware/CMake / ResolveLinkItem

Method ResolveLinkItem

Source/cmGeneratorTarget_Link.cxx:1275–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1273}
1274
1275cmLinkItem cmGeneratorTarget::ResolveLinkItem(
1276 BT<std::string> const& name, std::string const& linkFeature) const
1277{
1278 return this->ResolveLinkItem(name, this->LocalGenerator, linkFeature);
1279}
1280
1281cmLinkItem cmGeneratorTarget::ResolveLinkItem(
1282 BT<std::string> const& name, cmLocalGenerator const* lg,

Callers 2

LookupLinkItemMethod · 0.95

Calls 10

IsDeprecatedMethod · 0.80
GetDeprecationMethod · 0.80
strMethod · 0.80
cmLinkItemClass · 0.70
GetNameMethod · 0.45
IssueMessageMethod · 0.45
GetCMakeInstanceMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected