| 1536 | } |
| 1537 | |
| 1538 | cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetCudaFlagTable() const |
| 1539 | { |
| 1540 | return LoadFlagTable(std::string(), this->DefaultCudaFlagTableName, "Cuda"); |
| 1541 | } |
| 1542 | |
| 1543 | cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetCudaHostFlagTable() |
| 1544 | const |
no outgoing calls
no test coverage detected