| 252 | } |
| 253 | |
| 254 | std::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 | |
| 263 | bool cmNinjaNormalTargetGenerator::CheckUseResponseFileForLibraries( |
| 264 | std::string const& l) const |
no test coverage detected