diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 20:13:39 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 20:13:39 +0100 |
| commit | b6bc0d092fe2ab07c6aa1406781a13838714cdf2 (patch) | |
| tree | 74ee021008d28ffcae2026cf0a31fce1ec57207e /build/.cmake/api/v1/reply/target-minesweeper-Debug-db035d0563e2544672ef.json | |
| parent | b80b1fbc4da147911099a27a8ad3d677a122ee21 (diff) | |
several fixes and successfull build
Diffstat (limited to 'build/.cmake/api/v1/reply/target-minesweeper-Debug-db035d0563e2544672ef.json')
| -rw-r--r-- | build/.cmake/api/v1/reply/target-minesweeper-Debug-db035d0563e2544672ef.json | 118 |
1 files changed, 118 insertions, 0 deletions
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" +} |
