mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 06:30:20 -06: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:
@@ -20,7 +20,7 @@
|
||||
#include "cmGlobalVisualStudioGenerator.h"
|
||||
|
||||
class cmTarget;
|
||||
struct cmVS7FlagTable;
|
||||
struct cmIDEFlagTable;
|
||||
|
||||
/** \class cmGlobalVisualStudio7Generator
|
||||
* \brief Write a Unix makefiles.
|
||||
@@ -103,7 +103,7 @@ public:
|
||||
};
|
||||
|
||||
protected:
|
||||
static cmVS7FlagTable const* GetExtraFlagTableVS7();
|
||||
static cmIDEFlagTable const* GetExtraFlagTableVS7();
|
||||
virtual void OutputSLNFile(cmLocalGenerator* root,
|
||||
std::vector<cmLocalGenerator*>& generators);
|
||||
virtual void WriteSLNFile(std::ostream& fout, cmLocalGenerator* root,
|
||||
|
||||
Reference in New Issue
Block a user