diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-01 21:51:16 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-01 21:51:16 +0100 |
| commit | 2b649745227a4dde5f2d3256a0b5f8fc9927e3d8 (patch) | |
| tree | 5363c06a0d152b6a4b308e78ed24e9a5047f88f2 /build/.cmake/api/v1/reply/toolchains-v1-558d07bba70c8f19e3ad.json | |
| parent | 8d5ad6ddb271bb0b6d94d3a632035f8681b7163f (diff) | |
| parent | e6a7c80d3261e8b0c3e73294c0dace4d36158c5d (diff) | |
Merging Utils removal
Diffstat (limited to 'build/.cmake/api/v1/reply/toolchains-v1-558d07bba70c8f19e3ad.json')
| -rw-r--r-- | build/.cmake/api/v1/reply/toolchains-v1-558d07bba70c8f19e3ad.json | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/build/.cmake/api/v1/reply/toolchains-v1-558d07bba70c8f19e3ad.json b/build/.cmake/api/v1/reply/toolchains-v1-558d07bba70c8f19e3ad.json new file mode 100644 index 0000000..d9b27a0 --- /dev/null +++ b/build/.cmake/api/v1/reply/toolchains-v1-558d07bba70c8f19e3ad.json @@ -0,0 +1,66 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/12", + "/usr/include/arm-linux-gnueabihf/c++/12", + "/usr/include/c++/12/backward", + "/usr/lib/gcc/arm-linux-gnueabihf/12/include", + "/usr/local/include", + "/usr/include/arm-linux-gnueabihf", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/arm-linux-gnueabihf/12", + "/usr/lib/arm-linux-gnueabihf", + "/usr/lib", + "/lib/arm-linux-gnueabihf" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/c++", + "version" : "12.2.0" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "m", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} |
