summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-11-13 20:59:40 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-11-13 20:59:40 (GMT)
commit20b7e6b22204b034d204252c0475f292e830ff61 (patch)
treec4e78c77f55addd507270a17ccd0b9255f01ec0f /Source/cmMakefile.h
parent19b144bdbf1b582e4ad832247bdeee7017d26263 (diff)
downloadCMake-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.h2
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);