| 234 | } |
| 235 | |
| 236 | std::string cmNinjaNormalTargetGenerator::LanguageLinkerCudaDeviceCompileRule( |
| 237 | std::string const& config) const |
| 238 | { |
| 239 | return cmStrCat( |
| 240 | this->TargetLinkLanguage(config), "_DEVICE_LINK_COMPILE__", |
| 241 | cmGlobalNinjaGenerator::EncodeRuleName(this->GeneratorTarget->GetName()), |
| 242 | '_', config); |
| 243 | } |
| 244 | |
| 245 | std::string cmNinjaNormalTargetGenerator::LanguageLinkerCudaFatbinaryRule( |
| 246 | std::string const& config) const |
no test coverage detected