diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-19 11:39:53 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-19 11:39:53 +0100 |
| commit | dd08a04b9d40222063a6ceb223c614c7197f8dfc (patch) | |
| tree | e7c1a8e711c59f4e19f1a673bf81a5c8db992f6d /cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-4c3883f692a01cbbfe4f.json | |
| parent | 47f7b0ca57a37722c02dc3a4b8153c8f0ace93e6 (diff) | |
huge step in the code redesign got the core of the code working, now whats left is to work on small little features and then fine tune everything
Diffstat (limited to 'cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-4c3883f692a01cbbfe4f.json')
| -rw-r--r-- | cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-4c3883f692a01cbbfe4f.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-4c3883f692a01cbbfe4f.json b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-4c3883f692a01cbbfe4f.json new file mode 100644 index 0000000..01e06ab --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-4c3883f692a01cbbfe4f.json @@ -0,0 +1,60 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "unixshell", + "targetIndexes" : + [ + 0 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "program::@6890427a1f51a3e7e1df", + "jsonFile" : "target-program-Debug-9e3dfa4846120755bea5.json", + "name" : "program", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/Users/nsrddyn/Documents/UnixShell/cmake-build-debug", + "source" : "/Users/nsrddyn/Documents/UnixShell" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} |
