summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 5907c25..1da89ec 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -118,7 +118,12 @@ public:
* Produce the output makefile.
*/
void GenerateMakefile();
-
+
+ /**
+ * run the final pass on all commands.
+ */
+ void FinalPass();
+
/**
* Print the object state to std::cout.
*/