diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-30 21:07:16 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-30 21:08:17 +0100 |
| commit | 8650f2d46dc6df62fcf70d4b769746987e748830 (patch) | |
| tree | 89223d3e6b957f47da4e15f40949a26c18d48539 /cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-b68358f1568820627816.json | |
Learning about getting the commands history and
actually saving them, having trouble doing it in c
Diffstat (limited to 'cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-b68358f1568820627816.json')
| -rw-r--r-- | cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-b68358f1568820627816.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-b68358f1568820627816.json b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-b68358f1568820627816.json new file mode 100644 index 0000000..d695749 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-b68358f1568820627816.json @@ -0,0 +1,44 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "AppleClang", + "implicit" : + { + "includeDirectories" : + [ + "/Library/Developer/CommandLineTools/usr/lib/clang/16/include", + "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include", + "/Library/Developer/CommandLineTools/usr/include" + ], + "linkDirectories" : + [ + "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/lib", + "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/lib/swift" + ], + "linkFrameworkDirectories" : + [ + "/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/System/Library/Frameworks" + ], + "linkLibraries" : [] + }, + "path" : "/Library/Developer/CommandLineTools/usr/bin/cc", + "version" : "16.0.0.16000026" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} |
