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

Method GetLinkFlagTable

Source/cmGlobalVisualStudio10Generator.cxx:1532–1536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1530}
1531
1532cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetLinkFlagTable() const
1533{
1534 return LoadFlagTable(this->GetLinkFlagTableName(),
1535 this->DefaultLinkFlagTableName, "Link");
1536}
1537
1538cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetCudaFlagTable() const
1539{

Callers 1

ComputeLinkOptionsMethod · 0.80

Calls 1

GetLinkFlagTableNameMethod · 0.95

Tested by

no test coverage detected