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