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/toolchains-v1-142e64fff77130cba846.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/toolchains-v1-142e64fff77130cba846.json')
| -rw-r--r-- | cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-142e64fff77130cba846.json | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-142e64fff77130cba846.json b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-142e64fff77130cba846.json new file mode 100644 index 0000000..666c230 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-142e64fff77130cba846.json @@ -0,0 +1,108 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "Clang", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/clang/19/include", + "/usr/local/include", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib64/gcc/x86_64-pc-linux-gnu/14.2.1", + "/usr/lib64", + "/lib64", + "/lib", + "/usr/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/clang", + "version" : "19.1.7" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "Clang", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/clang/19/include", + "/usr/local/include", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib64/gcc/x86_64-pc-linux-gnu/14.2.1", + "/usr/lib64", + "/lib64", + "/lib", + "/usr/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/clang++", + "version" : "19.1.7" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm", + "ccm", + "cxxm", + "c++m" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} |
