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

Method GetNasmFlagTable

Source/cmGlobalVisualStudio10Generator.cxx:1563–1566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1561}
1562
1563cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetNasmFlagTable() const
1564{
1565 return LoadFlagTable(std::string(), this->DefaultNasmFlagTableName, "NASM");
1566}
1567
1568bool cmGlobalVisualStudio10Generator::IsMsBuildRestoreSupported() const
1569{

Callers 2

ComputeNasmOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected