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