| 558 | } |
| 559 | |
| 560 | void cmNinjaTargetGenerator::WriteLanguageRules(std::string const& language, |
| 561 | std::string const& config) |
| 562 | { |
| 563 | #ifdef NINJA_GEN_VERBOSE_FILES |
| 564 | this->GetRulesFileStream() << "# Rules for language " << language << "\n\n"; |
| 565 | #endif |
| 566 | this->WriteCompileRule(language, config); |
| 567 | } |
| 568 | |
| 569 | namespace { |
| 570 | // Create the command to run the dependency scanner |
no test coverage detected