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

Method GetPlatformToolsetCudaCustomDir

Source/cmGlobalVisualStudio10Generator.cxx:792–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792char const* cmGlobalVisualStudio10Generator::GetPlatformToolsetCudaCustomDir()
793 const
794{
795 if (!this->GeneratorToolsetCudaCustomDir.empty()) {
796 return this->GeneratorToolsetCudaCustomDir.c_str();
797 }
798 return nullptr;
799}
800
801std::string const&
802cmGlobalVisualStudio10Generator::GetPlatformToolsetCudaCustomDirString() const

Callers 1

SetGeneratorToolsetMethod · 0.95

Calls 2

c_strMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected