diff options
| author | nasr <nsrddyn@gmail.com> | 2025-12-18 23:06:45 +0100 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2025-12-18 23:06:45 +0100 |
| commit | 604cf259912c812f1ab6b92e212bfe86b3b5fb4e (patch) | |
| tree | 8a9c8d863acd22294be47340c317a830fa25aa05 /build/.cmake/api/v1/reply/index-2025-01-15T20-21-15-0563.json | |
| parent | ab3168232c68681470f030fa50071cf44321c66a (diff) | |
refactor: removed cmake and replaced it with a build script
Diffstat (limited to 'build/.cmake/api/v1/reply/index-2025-01-15T20-21-15-0563.json')
| -rw-r--r-- | build/.cmake/api/v1/reply/index-2025-01-15T20-21-15-0563.json | 132 |
1 files changed, 0 insertions, 132 deletions
diff --git a/build/.cmake/api/v1/reply/index-2025-01-15T20-21-15-0563.json b/build/.cmake/api/v1/reply/index-2025-01-15T20-21-15-0563.json deleted file mode 100644 index 3c16d45..0000000 --- a/build/.cmake/api/v1/reply/index-2025-01-15T20-21-15-0563.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Unix Makefiles" - }, - "paths" : - { - "cmake" : "/opt/homebrew/bin/cmake", - "cpack" : "/opt/homebrew/bin/cpack", - "ctest" : "/opt/homebrew/bin/ctest", - "root" : "/opt/homebrew/share/cmake" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 31, - "patch" : 4, - "string" : "3.31.4", - "suffix" : "" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-a7186af1f44d40222aa1.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 7 - } - }, - { - "jsonFile" : "cache-v2-88b9b0feae305cd4003e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-3a525e4c4157fb2e4420.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 1 - } - }, - { - "jsonFile" : "toolchains-v1-5167762c03d67eec8350.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "client-vscode" : - { - "query.json" : - { - "requests" : - [ - { - "kind" : "cache", - "version" : 2 - }, - { - "kind" : "codemodel", - "version" : 2 - }, - { - "kind" : "toolchains", - "version" : 1 - }, - { - "kind" : "cmakeFiles", - "version" : 1 - } - ], - "responses" : - [ - { - "jsonFile" : "cache-v2-88b9b0feae305cd4003e.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "codemodel-v2-a7186af1f44d40222aa1.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 7 - } - }, - { - "jsonFile" : "toolchains-v1-5167762c03d67eec8350.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-3a525e4c4157fb2e4420.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 1 - } - } - ] - } - } - } -} |
