diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-29 14:21:55 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-29 14:21:55 +0100 |
| commit | b368f6de13284e28e68129e87995bf373a1bb386 (patch) | |
| tree | 6745038d8a9f841b10d3d2999faf754951efc916 /build/.cmake/api/v1/reply/codemodel-v2-40f156f81e6d86655ed4.json | |
| parent | 0a6731cb0da012e660a164a5698d73a44b62bee7 (diff) | |
refreshed build; updated dependiences to add src/ directory recursively
Diffstat (limited to 'build/.cmake/api/v1/reply/codemodel-v2-40f156f81e6d86655ed4.json')
| -rw-r--r-- | build/.cmake/api/v1/reply/codemodel-v2-40f156f81e6d86655ed4.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/build/.cmake/api/v1/reply/codemodel-v2-40f156f81e6d86655ed4.json b/build/.cmake/api/v1/reply/codemodel-v2-40f156f81e6d86655ed4.json new file mode 100644 index 0000000..5f27297 --- /dev/null +++ b/build/.cmake/api/v1/reply/codemodel-v2-40f156f81e6d86655ed4.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-7887ae26ace6cda34730.json", + "name" : "minesweeper", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/dawidg81/minesweeper/build", + "source" : "/home/dawidg81/minesweeper" + }, + "version" : + { + "major" : 2, + "minor" : 4 + } +} |
