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

Method UseShortObjectNames

Source/cmLocalGenerator.cxx:4675–4679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4673}
4674
4675bool cmLocalGenerator::UseShortObjectNames(
4676 cmStateEnums::IntermediateDirKind kind) const
4677{
4678 return this->GlobalGenerator->UseShortObjectNames(kind);
4679}
4680
4681std::string cmLocalGenerator::GetObjectOutputRoot(
4682 cmStateEnums::IntermediateDirKind kind) const

Callers 9

GetObjectOutputRootMethod · 0.95
GetObjectOutputRootMethod · 0.45
GetObjectOutputRootMethod · 0.45
GetObjectOutputRootMethod · 0.45
WriteAllSourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected