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

Method LanguagePreprocessAndScanRule

Source/cmNinjaTargetGenerator.cxx:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130std::string cmNinjaTargetGenerator::LanguagePreprocessAndScanRule(
131 std::string const& lang, std::string const& config) const
132{
133 return cmStrCat(
134 lang, "_PREPROCESS_SCAN__",
135 cmGlobalNinjaGenerator::EncodeRuleName(this->GeneratorTarget->GetName()),
136 '_', config);
137}
138
139std::string cmNinjaTargetGenerator::LanguageScanRule(
140 std::string const& lang, std::string const& config) const

Callers 2

WriteCompileRuleMethod · 0.95

Calls 2

cmStrCatFunction · 0.70
GetNameMethod · 0.45

Tested by

no test coverage detected