diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-30 21:07:16 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-30 21:08:17 +0100 |
| commit | 8650f2d46dc6df62fcf70d4b769746987e748830 (patch) | |
| tree | 89223d3e6b957f47da4e15f40949a26c18d48539 /cmake-build-debug/.cmake/api/v1/reply/target-UnixShell-Debug-4122dbd805b16ea84d12.json | |
Learning about getting the commands history and
actually saving them, having trouble doing it in c
Diffstat (limited to 'cmake-build-debug/.cmake/api/v1/reply/target-UnixShell-Debug-4122dbd805b16ea84d12.json')
| -rw-r--r-- | cmake-build-debug/.cmake/api/v1/reply/target-UnixShell-Debug-4122dbd805b16ea84d12.json | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-UnixShell-Debug-4122dbd805b16ea84d12.json b/cmake-build-debug/.cmake/api/v1/reply/target-UnixShell-Debug-4122dbd805b16ea84d12.json new file mode 100644 index 0000000..14aa06e --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-UnixShell-Debug-4122dbd805b16ea84d12.json @@ -0,0 +1,99 @@ +{ + "artifacts" : + [ + { + "path" : "UnixShell" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 6, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -std=gnu11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk -fcolor-diagnostics" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "id" : "UnixShell::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + } + ], + "language" : "C" + }, + "name" : "UnixShell", + "nameOnDisk" : "UnixShell", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} |
