Update compiler configuration for Mac
This commit is contained in:
parent
d5eba5710a
commit
a5a29eb66f
12
.vscode/c_cpp_properties.json
vendored
12
.vscode/c_cpp_properties.json
vendored
@ -3,25 +3,25 @@
|
|||||||
{
|
{
|
||||||
"name": "Mac",
|
"name": "Mac",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"/home/rmontanana/Code/BayesNet/**"
|
"/Users/rmontanana/Code/BayesNet/**"
|
||||||
],
|
],
|
||||||
"defines": [],
|
"defines": [],
|
||||||
"macFrameworkPath": [
|
"macFrameworkPath": [
|
||||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"
|
||||||
],
|
],
|
||||||
"cStandard": "c17",
|
"cStandard": "c17",
|
||||||
"cppStandard": "c++17",
|
"cppStandard": "c++17",
|
||||||
"compileCommands": "/home/rmontanana/Code/BayesNet/cmake-build-release/compile_commands.json",
|
"compileCommands": "",
|
||||||
"compileCommandsInCppPropertiesJson": "${workspaceFolder}/cmake-build-release/compile_commands.json",
|
|
||||||
"intelliSenseMode": "macos-clang-arm64",
|
"intelliSenseMode": "macos-clang-arm64",
|
||||||
"mergeConfigurations": false,
|
"mergeConfigurations": false,
|
||||||
"browse": {
|
"browse": {
|
||||||
"path": [
|
"path": [
|
||||||
"/home/rmontanana/Code/BayesNet/**",
|
"/Users/rmontanana/Code/BayesNet/**",
|
||||||
"${workspaceFolder}"
|
"${workspaceFolder}"
|
||||||
],
|
],
|
||||||
"limitSymbolsToIncludedHeaders": true
|
"limitSymbolsToIncludedHeaders": true
|
||||||
}
|
},
|
||||||
|
"configurationProvider": "ms-vscode.cmake-tools"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Linux",
|
"name": "Linux",
|
||||||
|
Loading…
Reference in New Issue
Block a user