summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-28 18:21:42 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-28 18:21:42 (GMT)
commit6388ebceb12e8eca3ce0e30528f0edaa990c8f7a (patch)
tree93706ecc2ed10615acdbf78216e3d4bd49389b53 /Source/cmExportFileGenerator.h
parent611bff2c1b8a0ce533d92662504a391c9e3d494b (diff)
downloadCMake-6388ebceb12e8eca3ce0e30528f0edaa990c8f7a.zip
CMake-6388ebceb12e8eca3ce0e30528f0edaa990c8f7a.tar.gz
CMake-6388ebceb12e8eca3ce0e30528f0edaa990c8f7a.tar.bz2
ENH: Restored APPEND option to EXPORT() command in new implementation.
Diffstat (limited to 'Source/cmExportFileGenerator.h')
-rw-r--r--Source/cmExportFileGenerator.h2
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;