ENH: Restored APPEND option to EXPORT() command in new implementation.

This commit is contained in:
Brad King
2008-01-28 13:21:42 -05:00
parent 611bff2c1b
commit 6388ebceb1
6 changed files with 41 additions and 5 deletions
+2
View File
@@ -35,6 +35,8 @@ public:
void SetExports(std::vector<cmTarget*> const* exports)
{ this->Exports = exports; }
/** Set whether to append generated code to the output file. */
void SetAppendMode(bool append) { this->AppendMode = append; }
protected:
// Implement virtual methods from the superclass.
virtual bool GenerateMainFile(std::ostream& os);