diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 5674790..7744e1b 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -80,6 +80,7 @@ public: // write the progress variables used by the makefiles void WriteProgressVariables(unsigned long total, unsigned long ¤t); + void WriteAllProgressVariable(); /** * If true, then explicitly pass MAKEFLAGS on the make all target for makes |