MCPcopy Create free account
hub / github.com/Kitware/CMake / WriteLanguageRules

Method WriteLanguageRules

Source/cmNinjaTargetGenerator.cxx:560–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560void 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
569namespace {
570// Create the command to run the dependency scanner

Callers 1

WriteLanguagesRulesMethod · 0.80

Calls 2

WriteCompileRuleMethod · 0.95
GetRulesFileStreamMethod · 0.80

Tested by

no test coverage detected