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 --- ...get-minesweeper-Debug-db035d0563e2544672ef.json | 118 +++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 build/.cmake/api/v1/reply/target-minesweeper-Debug-db035d0563e2544672ef.json (limited to 'build/.cmake/api/v1/reply/target-minesweeper-Debug-db035d0563e2544672ef.json') diff --git a/build/.cmake/api/v1/reply/target-minesweeper-Debug-db035d0563e2544672ef.json b/build/.cmake/api/v1/reply/target-minesweeper-Debug-db035d0563e2544672ef.json new file mode 100644 index 0000000..f70f68e --- /dev/null +++ b/build/.cmake/api/v1/reply/target-minesweeper-Debug-db035d0563e2544672ef.json @@ -0,0 +1,118 @@ +{ + "artifacts" : + [ + { + "path" : "minesweeper" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g" + }, + { + "fragment" : "-std=gnu++20" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "20" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "id" : "minesweeper::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + } + ], + "language" : "CXX" + }, + "name" : "minesweeper", + "nameOnDisk" : "minesweeper", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Game.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/Utils.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} -- cgit v1.2.3