mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
cmake: Teach -E capabilities to report supported fileapi requests
Fixes: #19339
This commit is contained in:
@@ -36,6 +36,9 @@ public:
|
||||
and holding the original object. Other JSON types are unchanged. */
|
||||
Json::Value MaybeJsonFile(Json::Value in, std::string const& prefix);
|
||||
|
||||
/** Report file-api capabilities for cmake -E capabilities. */
|
||||
static Json::Value ReportCapabilities();
|
||||
|
||||
private:
|
||||
cmake* CMakeInstance;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user