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

Method AddTable

Source/cmVisualStudioGeneratorOptions.cxx:52–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void cmVisualStudioGeneratorOptions::AddTable(cmVS7FlagTable const* table)
53{
54 if (table) {
55 for (auto& flag : this->FlagTable) {
56 if (!flag) {
57 flag = table;
58 break;
59 }
60 }
61 }
62}
63
64void cmVisualStudioGeneratorOptions::ClearTables()
65{

Callers 3

OutputBuildToolMethod · 0.80
ComputeCudaOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected