Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetSourceEntries
Method
GetSourceEntries
Source/cmTarget.cxx:1683–1686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1681
}
1682
1683
cmBTStringRange cmTarget::GetSourceEntries() const
1684
{
1685
return cmMakeRange(this->impl->Sources.Entries);
1686
}
1687
1688
cmBTStringRange cmTarget::GetLinkOptionsEntries() const
1689
{
Callers
4
CreateIfAny
Method · 0.80
GetSources<cmTarget>
Method · 0.80
cmGeneratorTarget
Method · 0.80
GetObjectLibrariesInSources
Method · 0.80
Calls
1
cmMakeRange
Function · 0.85
Tested by
no test coverage detected