mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
server-mode: Automate progress reporting
Wire up cmake::SetProgressUpdate to do progress reporting via the cmake server.
This commit is contained in:
@@ -43,6 +43,8 @@ public:
|
||||
private:
|
||||
void RegisterProtocol(cmServerProtocol* protocol);
|
||||
|
||||
static void reportProgress(const char* msg, float progress, void* data);
|
||||
|
||||
// Handle requests:
|
||||
cmServerResponse SetProtocolVersion(const cmServerRequest& request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user