Init
This commit is contained in:
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"kind" : "toolchains",
|
||||
"toolchains" :
|
||||
[
|
||||
{
|
||||
"compiler" :
|
||||
{
|
||||
"id" : "GNU",
|
||||
"implicit" :
|
||||
{
|
||||
"includeDirectories" :
|
||||
[
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current/gcc/aarch64-apple-darwin24/14/include",
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current/gcc/aarch64-apple-darwin24/14/include-fixed",
|
||||
"/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include",
|
||||
"/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/System/Library/Frameworks"
|
||||
],
|
||||
"linkDirectories" :
|
||||
[
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current/gcc/aarch64-apple-darwin24/14",
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current/gcc",
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current",
|
||||
"/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" :
|
||||
[
|
||||
"emutls_w",
|
||||
"heapt_w",
|
||||
"gcc"
|
||||
]
|
||||
},
|
||||
"path" : "/opt/homebrew/bin/gcc-14",
|
||||
"version" : "14.2.0"
|
||||
},
|
||||
"language" : "C",
|
||||
"sourceFileExtensions" :
|
||||
[
|
||||
"c",
|
||||
"m"
|
||||
]
|
||||
},
|
||||
{
|
||||
"compiler" :
|
||||
{
|
||||
"id" : "GNU",
|
||||
"implicit" :
|
||||
{
|
||||
"includeDirectories" :
|
||||
[
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/include/c++/14",
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/include/c++/14/aarch64-apple-darwin24",
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/include/c++/14/backward",
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current/gcc/aarch64-apple-darwin24/14/include",
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current/gcc/aarch64-apple-darwin24/14/include-fixed",
|
||||
"/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/usr/include",
|
||||
"/Library/Developer/CommandLineTools/SDKs/MacOSX15.2.sdk/System/Library/Frameworks"
|
||||
],
|
||||
"linkDirectories" :
|
||||
[
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current/gcc/aarch64-apple-darwin24/14",
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current/gcc",
|
||||
"/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current",
|
||||
"/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" :
|
||||
[
|
||||
"emutls_w",
|
||||
"heapt_w",
|
||||
"stdc++",
|
||||
"gcc"
|
||||
]
|
||||
},
|
||||
"path" : "/opt/homebrew/Cellar/gcc/14.2.0_1/bin/g++-14",
|
||||
"version" : "14.2.0"
|
||||
},
|
||||
"language" : "CXX",
|
||||
"sourceFileExtensions" :
|
||||
[
|
||||
"C",
|
||||
"M",
|
||||
"c++",
|
||||
"cc",
|
||||
"cpp",
|
||||
"cxx",
|
||||
"mm",
|
||||
"mpp",
|
||||
"CPP",
|
||||
"ixx",
|
||||
"cppm",
|
||||
"ccm",
|
||||
"cxxm",
|
||||
"c++m"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user