diff options
author | Brad King <brad.king@kitware.com> | 2018-08-27 14:02:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-09-21 15:36:11 (GMT) |
commit | fc43492e44c67ed73a6483a4cd587eae02657949 (patch) | |
tree | 753eb35a76045f69729302dfd756a83f7912bf2a /Source/cmake.h | |
parent | 227b2be9d6a77efd95c4e99aab8e6255cb95a380 (diff) | |
download | CMake-fc43492e44c67ed73a6483a4cd587eae02657949.zip CMake-fc43492e44c67ed73a6483a4cd587eae02657949.tar.gz CMake-fc43492e44c67ed73a6483a4cd587eae02657949.tar.bz2 |
cmake: Factor json version object construction into helper
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index f7dc3f7..d3d0e80 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -128,6 +128,7 @@ public: ~cmake(); #if defined(CMAKE_BUILD_WITH_CMAKE) + Json::Value ReportVersionJson() const; Json::Value ReportCapabilitiesJson(bool haveServerMode) const; #endif std::string ReportCapabilities(bool haveServerMode) const; |