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