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

Method GetCompileDefinitionsEntries

Source/cmTarget.cxx:1673–1676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671}
1672
1673cmBTStringRange cmTarget::GetCompileDefinitionsEntries() const
1674{
1675 return cmMakeRange(this->impl->CompileDefinitions.Entries);
1676}
1677
1678cmBTStringRange cmTarget::GetPrecompileHeadersEntries() const
1679{

Callers 4

CreateIfAnyMethod · 0.45
cmGeneratorTargetMethod · 0.45

Calls 1

cmMakeRangeFunction · 0.85

Tested by

no test coverage detected