From b368f6de13284e28e68129e87995bf373a1bb386 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Thu, 29 Jan 2026 14:21:55 +0100 Subject: refreshed build; updated dependiences to add src/ directory recursively --- ...get-minesweeper-Debug-7887ae26ace6cda34730.json | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 build/.cmake/api/v1/reply/target-minesweeper-Debug-7887ae26ace6cda34730.json (limited to 'build/.cmake/api/v1/reply/target-minesweeper-Debug-7887ae26ace6cda34730.json') diff --git a/build/.cmake/api/v1/reply/target-minesweeper-Debug-7887ae26ace6cda34730.json b/build/.cmake/api/v1/reply/target-minesweeper-Debug-7887ae26ace6cda34730.json new file mode 100644 index 0000000..2981334 --- /dev/null +++ b/build/.cmake/api/v1/reply/target-minesweeper-Debug-7887ae26ace6cda34730.json @@ -0,0 +1,125 @@ +{ + "artifacts" : + [ + { + "path" : "minesweeper" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_sources" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 15, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g" + }, + { + "fragment" : "-std=c++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" : 2, + "compileGroupIndex" : 0, + "path" : "src/Game.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/Utils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 2, + "compileGroupIndex" : 0, + "path" : "src/main.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} -- cgit v1.2.3