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/codemodel-v2-157f2b96045d115f3e7e.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/codemodel-v2-157f2b96045d115f3e7e.json')
| -rw-r--r-- | cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-157f2b96045d115f3e7e.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-157f2b96045d115f3e7e.json b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-157f2b96045d115f3e7e.json new file mode 100644 index 0000000..de191ae --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-157f2b96045d115f3e7e.json @@ -0,0 +1,60 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.30" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "UnixShell", + "targetIndexes" : + [ + 0 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "UnixShell::@6890427a1f51a3e7e1df", + "jsonFile" : "target-UnixShell-Debug-4122dbd805b16ea84d12.json", + "name" : "UnixShell", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/Users/nsrddyn/Documents/UnixShell/cmake-build-debug", + "source" : "/Users/nsrddyn/Documents/UnixShell" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} |
