diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 7 |
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. */ |