50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Mac",
|
|
"includePath": [
|
|
"/Users/rmontanana/Code/BayesNet/**"
|
|
],
|
|
"defines": [],
|
|
"macFrameworkPath": [
|
|
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"
|
|
],
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"compileCommands": "",
|
|
"intelliSenseMode": "macos-clang-arm64",
|
|
"mergeConfigurations": false,
|
|
"browse": {
|
|
"path": [
|
|
"/Users/rmontanana/Code/BayesNet/**",
|
|
"${workspaceFolder}"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
},
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
},
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"/home/rmontanana/Code/BayesNet/**",
|
|
"/home/rmontanana/Code/libtorch/include/torch/csrc/api/include/",
|
|
"/home/rmontanana/Code/BayesNet/lib/"
|
|
],
|
|
"defines": [],
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"mergeConfigurations": false,
|
|
"compilerPath": "/usr/bin/g++",
|
|
"browse": {
|
|
"path": [
|
|
"/home/rmontanana/Code/BayesNet/**",
|
|
"${workspaceFolder}"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
},
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |