| 225 | } |
| 226 | |
| 227 | std::string cmNinjaNormalTargetGenerator::LanguageLinkerCudaDeviceRule( |
| 228 | std::string const& config) const |
| 229 | { |
| 230 | return cmStrCat( |
| 231 | this->TargetLinkLanguage(config), "_DEVICE_LINK__", |
| 232 | cmGlobalNinjaGenerator::EncodeRuleName(this->GeneratorTarget->GetName()), |
| 233 | '_', config); |
| 234 | } |
| 235 | |
| 236 | std::string cmNinjaNormalTargetGenerator::LanguageLinkerCudaDeviceCompileRule( |
| 237 | std::string const& config) const |
no test coverage detected