From b6bc0d092fe2ab07c6aa1406781a13838714cdf2 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Wed, 28 Jan 2026 20:13:39 +0100 Subject: several fixes and successfull build --- .../reply/codemodel-v2-6edfcb74dc4160e0381c.json | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 build/.cmake/api/v1/reply/codemodel-v2-6edfcb74dc4160e0381c.json (limited to 'build/.cmake/api/v1/reply/codemodel-v2-6edfcb74dc4160e0381c.json') diff --git a/build/.cmake/api/v1/reply/codemodel-v2-6edfcb74dc4160e0381c.json b/build/.cmake/api/v1/reply/codemodel-v2-6edfcb74dc4160e0381c.json new file mode 100644 index 0000000..7971ba9 --- /dev/null +++ b/build/.cmake/api/v1/reply/codemodel-v2-6edfcb74dc4160e0381c.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-db035d0563e2544672ef.json", + "name" : "minesweeper", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/dawidg81/minesweeper/build", + "source" : "/home/dawidg81/minesweeper" + }, + "version" : + { + "major" : 2, + "minor" : 4 + } +} -- cgit v1.2.3