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

Method GetCudaFlagTable

Source/cmGlobalVisualStudio10Generator.cxx:1538–1541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ComputeCudaOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected