mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
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 } ] }
|
|
]])
|