diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-09-09 08:01:46 (GMT) |
---|---|---|
committer | Tobias Hunger <tobias.hunger@qt.io> | 2016-09-28 16:32:54 (GMT) |
commit | 84553a6e709ea810f3e7fc5ece5daa1c53be5cda (patch) | |
tree | 2b9c3ec68f7581ee046e057c9aefb2dad5a64c92 /Source/cmServerProtocol.h | |
parent | ead71873b2025a28df1208bbd3f2f8e1918a120c (diff) | |
download | CMake-84553a6e709ea810f3e7fc5ece5daa1c53be5cda.zip CMake-84553a6e709ea810f3e7fc5ece5daa1c53be5cda.tar.gz CMake-84553a6e709ea810f3e7fc5ece5daa1c53be5cda.tar.bz2 |
server-mode: Add command to retrieve build system files
Add a command to retrieve files that are input to cmake itself.
Diffstat (limited to 'Source/cmServerProtocol.h')
-rw-r--r-- | Source/cmServerProtocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmServerProtocol.h b/Source/cmServerProtocol.h index 193e0a3..2a6b193 100644 --- a/Source/cmServerProtocol.h +++ b/Source/cmServerProtocol.h @@ -108,6 +108,7 @@ private: std::string* errorMessage) override; // Handle requests: + cmServerResponse ProcessCMakeInputs(const cmServerRequest& request); cmServerResponse ProcessCodeModel(const cmServerRequest& request); cmServerResponse ProcessCompute(const cmServerRequest& request); cmServerResponse ProcessConfigure(const cmServerRequest& request); |