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

Method GetLinkInterfaceDirectExcludeEntries

Source/cmTarget.cxx:1713–1716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1711}
1712
1713cmBTStringRange cmTarget::GetLinkInterfaceDirectExcludeEntries() const
1714{
1715 return cmMakeRange(this->impl->InterfaceLinkLibrariesDirectExclude.Entries);
1716}
1717
1718void cmTarget::CopyPolicyStatuses(cmTarget const* tgt)
1719{

Callers 3

CreateIfAnyMethod · 0.80
ComputeImportInfoMethod · 0.80

Calls 1

cmMakeRangeFunction · 0.85

Tested by

no test coverage detected