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

Method GetUseShortObjectNames

Source/cmGeneratorTarget.cxx:5548–5552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5546}
5547
5548bool cmGeneratorTarget::GetUseShortObjectNames(
5549 cmStateEnums::IntermediateDirKind kind) const
5550{
5551 return this->LocalGenerator->UseShortObjectNames(kind);
5552}
5553
5554cmObjectLocations::UseShortPath
5555cmGeneratorTarget::GetUseShortObjectNamesForInstall() const

Callers 8

GetPchFileMethod · 0.95
GetTargetDirectoryMethod · 0.80
InitCustomTargetsMethod · 0.80
GetTargetDirectoryMethod · 0.80

Calls 1

UseShortObjectNamesMethod · 0.45

Tested by

no test coverage detected