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