mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
fileapi: Factor out helper to construct a version object
This commit is contained in:
@@ -162,6 +162,8 @@ private:
|
||||
static const char* ObjectKindName(ObjectKind kind);
|
||||
static std::string ObjectName(Object const& o);
|
||||
|
||||
static Json::Value BuildVersion(unsigned int major, unsigned int minor);
|
||||
|
||||
Json::Value BuildObject(Object const& object);
|
||||
|
||||
ClientRequests BuildClientRequests(Json::Value const& requests);
|
||||
|
||||
Reference in New Issue
Block a user