| 191 | } |
| 192 | |
| 193 | void CMakeServer::configure(const QStringList& args) |
| 194 | { |
| 195 | sendCommand({ |
| 196 | {QStringLiteral("type"), QStringLiteral("configure")}, |
| 197 | {QStringLiteral("cacheArguments"), QJsonArray::fromStringList(args)} |
| 198 | }); |
| 199 | } |
| 200 | |
| 201 | void CMakeServer::compute() |
| 202 | { |
no outgoing calls
no test coverage detected