From 57a744d7e0a4aeda1ba0f346af4cae9be5ee15e8 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Mon, 17 Feb 2025 22:21:09 +0100 Subject: tried to fix the display of the files in a folder but still isnt working but the seg faults are fixed properly Signed-off-by: nasrlol --- .../target-program-Debug-ad2d52007bef3b00df3b.json | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 cmake-build-debug/.cmake/api/v1/reply/target-program-Debug-ad2d52007bef3b00df3b.json (limited to 'cmake-build-debug/.cmake/api/v1/reply/target-program-Debug-ad2d52007bef3b00df3b.json') diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-program-Debug-ad2d52007bef3b00df3b.json b/cmake-build-debug/.cmake/api/v1/reply/target-program-Debug-ad2d52007bef3b00df3b.json new file mode 100644 index 0000000..01bd553 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-program-Debug-ad2d52007bef3b00df3b.json @@ -0,0 +1,91 @@ +{ + "artifacts" : + [ + { + "path" : "program" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 5, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fcolor-diagnostics" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 0 + ] + } + ], + "id" : "program::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + } + ], + "language" : "C" + }, + "name" : "program", + "nameOnDisk" : "program", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} -- cgit v1.2.3-70-g09d2