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

Method GetLinkImplementationEntries

Source/cmTarget.cxx:1698–1701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1696}
1697
1698cmBTStringRange cmTarget::GetLinkImplementationEntries() const
1699{
1700 return cmMakeRange(this->impl->LinkLibraries.Entries);
1701}
1702
1703cmBTStringRange cmTarget::GetLinkInterfaceEntries() const
1704{

Callers 3

CreateIfAnyMethod · 0.80

Calls 1

cmMakeRangeFunction · 0.85

Tested by

no test coverage detected