mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
ENH: Separate VS flag table type
Move the cmVS7FlagTable type out of the VS generators and rename it to cmIDEFlagTable. It will be useful for other generators.
This commit is contained in:
@@ -67,7 +67,7 @@ protected:
|
||||
|
||||
virtual bool VSLinksDependencies() const { return false; }
|
||||
|
||||
static cmVS7FlagTable const* GetExtraFlagTableVS8();
|
||||
static cmIDEFlagTable const* GetExtraFlagTableVS8();
|
||||
virtual void AddPlatformDefinitions(cmMakefile* mf);
|
||||
virtual void WriteSLNFile(std::ostream& fout, cmLocalGenerator* root,
|
||||
std::vector<cmLocalGenerator*>& generators);
|
||||
|
||||
Reference in New Issue
Block a user