diff options
| author | nasrlol <nsrddyn@gmail.com> | 2025-02-17 22:21:09 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2025-02-17 22:21:09 +0100 |
| commit | 57a744d7e0a4aeda1ba0f346af4cae9be5ee15e8 (patch) | |
| tree | fb1735cf861f4d9233c93e6980d8765f935a06ad /cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-99875c5b2244f821ca13.json | |
| parent | fe0ef434c814ca5484205467723d500fd02da09c (diff) | |
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 <nsrddyn@gmail.com>
Diffstat (limited to 'cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-99875c5b2244f821ca13.json')
| -rw-r--r-- | cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-99875c5b2244f821ca13.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-99875c5b2244f821ca13.json b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-99875c5b2244f821ca13.json new file mode 100644 index 0000000..a0ef7f6 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-99875c5b2244f821ca13.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-ad2d52007bef3b00df3b.json", + "name" : "program", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nasr/unixshell/cmake-build-debug", + "source" : "/home/nasr/unixshell" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} |
