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

Method GetLibFlagTable

Source/cmGlobalVisualStudio10Generator.cxx:1526–1530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1524}
1525
1526cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetLibFlagTable() const
1527{
1528 return LoadFlagTable(this->GetLibFlagTableName(),
1529 this->DefaultLibFlagTableName, "LIB");
1530}
1531
1532cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetLinkFlagTable() const
1533{

Callers 1

WriteLibOptionsMethod · 0.80

Calls 1

GetLibFlagTableNameMethod · 0.95

Tested by

no test coverage detected