diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-17 21:42:02 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-17 21:42:02 +0100 |
| commit | 9ff91999b122df64c910b3d7ebed1ceda949e0c0 (patch) | |
| tree | e7c91ec9af16f850057238657d495938df3e2158 /build/.cmake/api/v1/reply/codemodel-v2-a7186af1f44d40222aa1.json | |
| parent | de3d3056c8b82d868ff42362a2f6e9d2cd26a551 (diff) | |
collision works but overlaps
Diffstat (limited to 'build/.cmake/api/v1/reply/codemodel-v2-a7186af1f44d40222aa1.json')
| -rw-r--r-- | build/.cmake/api/v1/reply/codemodel-v2-a7186af1f44d40222aa1.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/build/.cmake/api/v1/reply/codemodel-v2-a7186af1f44d40222aa1.json b/build/.cmake/api/v1/reply/codemodel-v2-a7186af1f44d40222aa1.json new file mode 100644 index 0000000..9fb634f --- /dev/null +++ b/build/.cmake/api/v1/reply/codemodel-v2-a7186af1f44d40222aa1.json @@ -0,0 +1,60 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "Tetris", + "targetIndexes" : + [ + 0 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "tetris::@6890427a1f51a3e7e1df", + "jsonFile" : "target-tetris-Debug-e6b29f1f3a0d873caaa7.json", + "name" : "tetris", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/Users/nsrddyn/Documents/Tetris/build", + "source" : "/Users/nsrddyn/Documents/Tetris" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} |
