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

Method TextStubsGeneratorRule

Source/cmNinjaNormalTargetGenerator.cxx:254–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254std::string cmNinjaNormalTargetGenerator::TextStubsGeneratorRule(
255 std::string const& config) const
256{
257 return cmStrCat(
258 "TEXT_STUBS_GENERATOR__",
259 cmGlobalNinjaGenerator::EncodeRuleName(this->GeneratorTarget->GetName()),
260 '_', config);
261}
262
263bool cmNinjaNormalTargetGenerator::CheckUseResponseFileForLibraries(
264 std::string const& l) const

Callers 2

WriteLinkRuleMethod · 0.95
WriteLinkStatementMethod · 0.95

Calls 2

cmStrCatFunction · 0.70
GetNameMethod · 0.45

Tested by

no test coverage detected