diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-11-13 20:59:40 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-11-13 20:59:40 (GMT) |
commit | 20b7e6b22204b034d204252c0475f292e830ff61 (patch) | |
tree | c4e78c77f55addd507270a17ccd0b9255f01ec0f /Source/cmMakefile.h | |
parent | 19b144bdbf1b582e4ad832247bdeee7017d26263 (diff) | |
download | CMake-20b7e6b22204b034d204252c0475f292e830ff61.zip CMake-20b7e6b22204b034d204252c0475f292e830ff61.tar.gz CMake-20b7e6b22204b034d204252c0475f292e830ff61.tar.bz2 |
ENH: space fixes and add a status option to message command
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); |