mirror of
https://github.com/theoleuthardt/learningC.git
synced 2026-06-13 09:37:53 +00:00
Initial commit
This commit is contained in:
commit
826d4c8c9d
81 changed files with 7268 additions and 0 deletions
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"kind" : "toolchains",
|
||||
"toolchains" :
|
||||
[
|
||||
{
|
||||
"compiler" :
|
||||
{
|
||||
"id" : "AppleClang",
|
||||
"implicit" :
|
||||
{
|
||||
"includeDirectories" :
|
||||
[
|
||||
"/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include",
|
||||
"/Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/usr/include",
|
||||
"/Library/Developer/CommandLineTools/usr/include"
|
||||
],
|
||||
"linkDirectories" : [],
|
||||
"linkFrameworkDirectories" : [],
|
||||
"linkLibraries" : []
|
||||
},
|
||||
"path" : "/Library/Developer/CommandLineTools/usr/bin/cc",
|
||||
"version" : "15.0.0.15000100"
|
||||
},
|
||||
"language" : "C",
|
||||
"sourceFileExtensions" :
|
||||
[
|
||||
"c",
|
||||
"m"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version" :
|
||||
{
|
||||
"major" : 1,
|
||||
"minor" : 0
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue