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