diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-01 21:51:16 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-01 21:51:16 +0100 |
| commit | 2b649745227a4dde5f2d3256a0b5f8fc9927e3d8 (patch) | |
| tree | 5363c06a0d152b6a4b308e78ed24e9a5047f88f2 /build/.cmake/api/v1/reply/codemodel-v2-866aa4b6b7d6d9fcd6e2.json | |
| parent | 8d5ad6ddb271bb0b6d94d3a632035f8681b7163f (diff) | |
| parent | e6a7c80d3261e8b0c3e73294c0dace4d36158c5d (diff) | |
Merging Utils removal
Diffstat (limited to 'build/.cmake/api/v1/reply/codemodel-v2-866aa4b6b7d6d9fcd6e2.json')
| -rw-r--r-- | build/.cmake/api/v1/reply/codemodel-v2-866aa4b6b7d6d9fcd6e2.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/build/.cmake/api/v1/reply/codemodel-v2-866aa4b6b7d6d9fcd6e2.json b/build/.cmake/api/v1/reply/codemodel-v2-866aa4b6b7d6d9fcd6e2.json new file mode 100644 index 0000000..b27cf83 --- /dev/null +++ b/build/.cmake/api/v1/reply/codemodel-v2-866aa4b6b7d6d9fcd6e2.json @@ -0,0 +1,60 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "minesweeper", + "targetIndexes" : + [ + 0 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "minesweeper::@6890427a1f51a3e7e1df", + "jsonFile" : "target-minesweeper-Debug-50da30e239ba0927f4ee.json", + "name" : "minesweeper", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/dawidg81/minesweeper/build", + "source" : "/home/dawidg81/minesweeper" + }, + "version" : + { + "major" : 2, + "minor" : 4 + } +} |
