diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-31 19:45:59 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-31 19:45:59 +0100 |
| commit | 7edc3ede1e7c17dd26040520c65765ef4ed8e782 (patch) | |
| tree | f3d630373dbe0570d265b9c01b550b60bdd361de /cmake-build-debug/.cmake/api/v1/reply/index-2025-01-30T18-28-21-0274.json | |
| parent | e3e66120708e814b118ea7061cf57d9426f86032 (diff) | |
working on some basic commands like listing the current directory and get the pid of a process, following the APUE
Diffstat (limited to 'cmake-build-debug/.cmake/api/v1/reply/index-2025-01-30T18-28-21-0274.json')
| -rw-r--r-- | cmake-build-debug/.cmake/api/v1/reply/index-2025-01-30T18-28-21-0274.json | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/cmake-build-debug/.cmake/api/v1/reply/index-2025-01-30T18-28-21-0274.json b/cmake-build-debug/.cmake/api/v1/reply/index-2025-01-30T18-28-21-0274.json deleted file mode 100644 index 29b3e08..0000000 --- a/cmake-build-debug/.cmake/api/v1/reply/index-2025-01-30T18-28-21-0274.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "cmake" : - { - "generator" : - { - "multiConfig" : false, - "name" : "Ninja" - }, - "paths" : - { - "cmake" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake", - "cpack" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cpack", - "ctest" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/ctest", - "root" : "/Applications/CLion.app/Contents/bin/cmake/mac/aarch64/share/cmake-3.30" - }, - "version" : - { - "isDirty" : false, - "major" : 3, - "minor" : 30, - "patch" : 5, - "string" : "3.30.5", - "suffix" : "" - } - }, - "objects" : - [ - { - "jsonFile" : "codemodel-v2-157f2b96045d115f3e7e.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 7 - } - }, - { - "jsonFile" : "cache-v2-f6b6136eb8a4afd0a69c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - { - "jsonFile" : "cmakeFiles-v1-2ec5c0469a49ea4530ba.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 1 - } - }, - { - "jsonFile" : "toolchains-v1-b68358f1568820627816.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - ], - "reply" : - { - "cache-v2" : - { - "jsonFile" : "cache-v2-f6b6136eb8a4afd0a69c.json", - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } - }, - "cmakeFiles-v1" : - { - "jsonFile" : "cmakeFiles-v1-2ec5c0469a49ea4530ba.json", - "kind" : "cmakeFiles", - "version" : - { - "major" : 1, - "minor" : 1 - } - }, - "codemodel-v2" : - { - "jsonFile" : "codemodel-v2-157f2b96045d115f3e7e.json", - "kind" : "codemodel", - "version" : - { - "major" : 2, - "minor" : 7 - } - }, - "toolchains-v1" : - { - "jsonFile" : "toolchains-v1-b68358f1568820627816.json", - "kind" : "toolchains", - "version" : - { - "major" : 1, - "minor" : 0 - } - } - } -} |
