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

Method GetRcFlagTable

Source/cmGlobalVisualStudio10Generator.cxx:1520–1524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1518}
1519
1520cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetRcFlagTable() const
1521{
1522 return LoadFlagTable(this->GetRcFlagTableName(),
1523 this->DefaultRCFlagTableName, "RC");
1524}
1525
1526cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetLibFlagTable() const
1527{

Callers 2

ComputeRcOptionsMethod · 0.80

Calls 1

GetRcFlagTableNameMethod · 0.95

Tested by

no test coverage detected