diff options
Diffstat (limited to 'Source/cmExportFileGenerator.h')
-rw-r--r-- | Source/cmExportFileGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmExportFileGenerator.h b/Source/cmExportFileGenerator.h index 92b6896..8edf82e 100644 --- a/Source/cmExportFileGenerator.h +++ b/Source/cmExportFileGenerator.h @@ -30,6 +30,7 @@ class cmExportFileGenerator { public: + cmExportFileGenerator(); virtual ~cmExportFileGenerator() {} /** Set the full path to the export file to generate. */ @@ -90,6 +91,7 @@ protected: std::string FileDir; std::string FileBase; std::string FileExt; + bool AppendMode; // The set of targets included in the export. std::set<cmTarget*> ExportedTargets; |