| 835 | } |
| 836 | |
| 837 | cmGlobalFastbuildGenerator* cmFastbuildTargetGenerator::GetGlobalGenerator() |
| 838 | const |
| 839 | { |
| 840 | return this->LocalGenerator->GetGlobalFastbuildGenerator(); |
| 841 | } |
| 842 | |
| 843 | void cmFastbuildTargetGenerator::AdditionalCleanFiles() |
| 844 | { |
no test coverage detected