diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-17 21:29:37 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-17 21:29:37 +0100 |
| commit | bbb2acda9269c0f66d3b570e5860c7a184597f71 (patch) | |
| tree | bd464d872695f8a66cf066a52f7e5e43b021eb94 /cmake-build-debug/.cmake/api/v1/reply/target-program-Debug-ad2d52007bef3b00df3b.json | |
| parent | 0e41f26df2454bc79273b733dc78beef49eaa15b (diff) | |
fixed the segmentation faults
Diffstat (limited to 'cmake-build-debug/.cmake/api/v1/reply/target-program-Debug-ad2d52007bef3b00df3b.json')
| -rw-r--r-- | cmake-build-debug/.cmake/api/v1/reply/target-program-Debug-ad2d52007bef3b00df3b.json | 91 |
1 files changed, 0 insertions, 91 deletions
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 deleted file mode 100644 index 01bd553..0000000 --- a/cmake-build-debug/.cmake/api/v1/reply/target-program-Debug-ad2d52007bef3b00df3b.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "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" -} |
