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

Method LanguageLinkerCudaDeviceRule

Source/cmNinjaNormalTargetGenerator.cxx:227–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227std::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
236std::string cmNinjaNormalTargetGenerator::LanguageLinkerCudaDeviceCompileRule(
237 std::string const& config) const

Callers 2

WriteDeviceLinkRulesMethod · 0.95

Calls 3

TargetLinkLanguageMethod · 0.95
cmStrCatFunction · 0.70
GetNameMethod · 0.45

Tested by

no test coverage detected