diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 2cba494..695243a 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -522,6 +522,8 @@ public: //! Determine wether this is a local or global build. bool GetLocal() const; + ///! Display progress or status message. + void DisplayStatus(const char*, float); protected: // add link libraries and directories to the target void AddGlobalLinkInformation(const char* name, cmTarget& target); |