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

Method GetPlatformToolsetCuda

Source/cmGlobalVisualStudio10Generator.cxx:778–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776}
777
778char const* cmGlobalVisualStudio10Generator::GetPlatformToolsetCuda() const
779{
780 if (!this->GeneratorToolsetCuda.empty()) {
781 return this->GeneratorToolsetCuda.c_str();
782 }
783 return nullptr;
784}
785
786std::string const&
787cmGlobalVisualStudio10Generator::GetPlatformToolsetCudaString() const

Callers 2

SetGeneratorToolsetMethod · 0.95

Calls 2

c_strMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected