| 137 | } |
| 138 | |
| 139 | std::string cmNinjaTargetGenerator::LanguageScanRule( |
| 140 | std::string const& lang, std::string const& config) const |
| 141 | { |
| 142 | return cmStrCat( |
| 143 | lang, "_SCAN__", |
| 144 | cmGlobalNinjaGenerator::EncodeRuleName(this->GeneratorTarget->GetName()), |
| 145 | '_', config); |
| 146 | } |
| 147 | |
| 148 | bool cmNinjaTargetGenerator::NeedExplicitPreprocessing( |
| 149 | std::string const& lang) const |
no test coverage detected