mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 16:49:18 -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:
@@ -18,7 +18,7 @@
|
||||
#define cmLocalVisualStudio7Generator_h
|
||||
|
||||
#include "cmLocalVisualStudioGenerator.h"
|
||||
#include "cmVisualStudioGeneratorOptions.h" // to get cmVS7FlagTable
|
||||
#include "cmVisualStudioGeneratorOptions.h"
|
||||
|
||||
class cmTarget;
|
||||
class cmSourceFile;
|
||||
|
||||
Reference in New Issue
Block a user