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

Method GetLinkInterface

Source/cmGeneratorTarget_Link.cxx:622–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622cmLinkInterface const* cmGeneratorTarget::GetLinkInterface(
623 std::string const& config, cmGeneratorTarget const* head) const
624{
625 return this->GetLinkInterface(config, head, false);
626}
627
628cmLinkInterface const* cmGeneratorTarget::GetLinkInterface(
629 std::string const& config, cmGeneratorTarget const* head,

Callers 7

VisitMethod · 0.80
FollowLinkEntryMethod · 0.80
ComputeComponentCountMethod · 0.80
AddInterfaceDependsMethod · 0.80

Calls 11

IsImportedMethod · 0.95
GetTypeMethod · 0.95
ComputeLinkInterfaceMethod · 0.95
emptyMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected