| 243 | } |
| 244 | |
| 245 | std::string cmNinjaNormalTargetGenerator::LanguageLinkerCudaFatbinaryRule( |
| 246 | std::string const& config) const |
| 247 | { |
| 248 | return cmStrCat( |
| 249 | this->TargetLinkLanguage(config), "_FATBINARY__", |
| 250 | cmGlobalNinjaGenerator::EncodeRuleName(this->GeneratorTarget->GetName()), |
| 251 | '_', config); |
| 252 | } |
| 253 | |
| 254 | std::string cmNinjaNormalTargetGenerator::TextStubsGeneratorRule( |
| 255 | std::string const& config) const |
no test coverage detected