mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-02 20:58:58 -06:00
VS: Move toolset flag table lookup to global generator
Move `Get*FlagTable` methods to the global generator and have each VS generator version pre-populate its default flag table.
This commit is contained in:
@@ -121,12 +121,6 @@ private:
|
||||
bool IsXamlHeader(const std::string& headerFile);
|
||||
bool IsXamlSource(const std::string& headerFile);
|
||||
|
||||
cmIDEFlagTable const* GetClFlagTable() const;
|
||||
cmIDEFlagTable const* GetRcFlagTable() const;
|
||||
cmIDEFlagTable const* GetLibFlagTable() const;
|
||||
cmIDEFlagTable const* GetLinkFlagTable() const;
|
||||
cmIDEFlagTable const* GetMasmFlagTable() const;
|
||||
|
||||
bool ForceOld(const std::string& source) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user