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

Method GetLinkInterfaceDirectEntries

Source/cmTarget.cxx:1708–1711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1706}
1707
1708cmBTStringRange cmTarget::GetLinkInterfaceDirectEntries() const
1709{
1710 return cmMakeRange(this->impl->InterfaceLinkLibrariesDirect.Entries);
1711}
1712
1713cmBTStringRange cmTarget::GetLinkInterfaceDirectExcludeEntries() const
1714{

Callers 3

CreateIfAnyMethod · 0.80
ComputeImportInfoMethod · 0.80

Calls 1

cmMakeRangeFunction · 0.85

Tested by

no test coverage detected