diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-06-12 20:06:01 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-06-12 20:08:47 (GMT) |
commit | 54c65d5fb22c3cc53ecd707687c2f25b1643726b (patch) | |
tree | a09a2c047b84501ad6062c78221b42ab0c0e8f76 /Source/cmake.h | |
parent | acf0c0f4446e6d3cee8b00a7ebc39d5d8040e42d (diff) | |
download | CMake-54c65d5fb22c3cc53ecd707687c2f25b1643726b.zip CMake-54c65d5fb22c3cc53ecd707687c2f25b1643726b.tar.gz CMake-54c65d5fb22c3cc53ecd707687c2f25b1643726b.tar.bz2 |
cmake: Extract DisplayMessage API.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 4958a05..1d63ede 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -384,6 +384,9 @@ public: cmListFileBacktrace const& backtrace = cmListFileBacktrace(), bool force = false) const; + void DisplayMessage(cmake::MessageType t, std::string const& text, + cmListFileBacktrace const& backtrace) const; + ///! run the --build option int Build(const std::string& dir, const std::string& target, const std::string& config, |