mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
3e922ceb5e
Start with v2 to distinguish it from server-mode v1. Issue: #18398
5 lines
218 B
CMake
5 lines
218 B
CMake
file(REMOVE_RECURSE ${RunCMake_TEST_BINARY_DIR}/.cmake/api/v1/query)
|
|
file(WRITE "${RunCMake_TEST_BINARY_DIR}/.cmake/api/v1/query/client-foo/query.json" [[
|
|
{ "requests": [ { "kind": "codemodel", "version" : 2 } ] }
|
|
]])
|