mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 00:31:10 +01:00
chore(vscode): add mac config
This commit is contained in:
parent
474dbac0c0
commit
0a53c6f4a2
24
.vscode/c_cpp_properties.json
vendored
24
.vscode/c_cpp_properties.json
vendored
@ -29,8 +29,13 @@
|
||||
{
|
||||
"name": "Mac",
|
||||
"intelliSenseMode": "clang-x64",
|
||||
"includePath": ["${pocoIncludePath}", "/usr/local/opt/openssl@3/include"],
|
||||
"macFrameworkPath": ["/System/Library/Frameworks"],
|
||||
"includePath": [
|
||||
"${pocoIncludePath}",
|
||||
"/usr/local/opt/openssl@3/include"
|
||||
],
|
||||
"macFrameworkPath": [
|
||||
"/System/Library/Frameworks"
|
||||
],
|
||||
"defines": [],
|
||||
"forcedInclude": [],
|
||||
"compilerPath": "/usr/bin/clang",
|
||||
@ -38,15 +43,20 @@
|
||||
"cppStandard": "c++14",
|
||||
"compileCommands": "",
|
||||
"browse": {
|
||||
"path": ["${workspaceFolder}"],
|
||||
"path": [
|
||||
"${workspaceFolder}"
|
||||
],
|
||||
"limitSymbolsToIncludedHeaders": true,
|
||||
"databaseFilename": ""
|
||||
}
|
||||
},
|
||||
"configurationProvider": "ms-vscode.makefile-tools"
|
||||
},
|
||||
{
|
||||
"name": "Linux",
|
||||
"intelliSenseMode": "gcc-x64",
|
||||
"includePath": ["${pocoIncludePath}"],
|
||||
"includePath": [
|
||||
"${pocoIncludePath}"
|
||||
],
|
||||
"defines": [],
|
||||
"forcedInclude": [],
|
||||
"compilerPath": "/usr/bin/gcc",
|
||||
@ -54,7 +64,9 @@
|
||||
"cppStandard": "c++14",
|
||||
"compileCommands": "",
|
||||
"browse": {
|
||||
"path": ["${workspaceFolder}"],
|
||||
"path": [
|
||||
"${workspaceFolder}"
|
||||
],
|
||||
"limitSymbolsToIncludedHeaders": true,
|
||||
"databaseFilename": ""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user