diff options
author | Brad King <brad.king@kitware.com> | 2009-03-16 20:22:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-03-16 20:22:13 (GMT) |
commit | 741ae600c411f9226b5e44dfd7319741987d5181 (patch) | |
tree | 1e813824e1b54ff73763d140afb14b8448f7df5b /Source/cmMakefileTargetGenerator.h | |
parent | 7b9b56d80e330dcf32fe2dc9e8956528f736ab4c (diff) | |
download | CMake-741ae600c411f9226b5e44dfd7319741987d5181.zip CMake-741ae600c411f9226b5e44dfd7319741987d5181.tar.gz CMake-741ae600c411f9226b5e44dfd7319741987d5181.tar.bz2 |
ENH: Factor out makefile progress rule commands
This factors duplicate progress rule code into a common method.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r-- | Source/cmMakefileTargetGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h index c7cbab9..f743240 100644 --- a/Source/cmMakefileTargetGenerator.h +++ b/Source/cmMakefileTargetGenerator.h @@ -103,6 +103,8 @@ protected: void GenerateExtraOutput(const char* out, const char* in, bool symbolic = false); + void AppendProgress(std::vector<std::string>& commands); + // write out the variable that lists the objects for this target void WriteObjectsVariable(std::string& variableName, std::string& variableNameExternal); |