| 166 | } |
| 167 | |
| 168 | cmGlobalGenerator* cmGeneratorTarget::GetGlobalGenerator() const |
| 169 | { |
| 170 | return this->GetLocalGenerator()->GetGlobalGenerator(); |
| 171 | } |
| 172 | |
| 173 | cmLocalGenerator* cmGeneratorTarget::GetLocalGenerator() const |
| 174 | { |
no test coverage detected