diff options
Diffstat (limited to 'build/.cmake/api/v1/reply/target-minesweeper-Debug-7887ae26ace6cda34730.json')
| -rw-r--r-- | build/.cmake/api/v1/reply/target-minesweeper-Debug-7887ae26ace6cda34730.json | 125 |
1 files changed, 125 insertions, 0 deletions
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" +} |
