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

Method GetClFlagTable

Source/cmGlobalVisualStudio10Generator.cxx:1507–1511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505}
1506
1507cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetClFlagTable() const
1508{
1509 return LoadFlagTable(this->GetClFlagTableName(),
1510 this->DefaultCLFlagTableName, "CL");
1511}
1512
1513cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetCSharpFlagTable()
1514 const

Callers 2

ComputeClOptionsMethod · 0.80

Calls 1

GetClFlagTableNameMethod · 0.95

Tested by

no test coverage detected