8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00
firebird-mirror/.vscode/c_cpp_properties.json

22 lines
583 B
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/src/include/gen",
"${workspaceFolder}/src/include",
"${workspaceFolder}/extern/boost",
"${workspaceFolder}/extern/libcds"
],
"defines": [
"DEV_BUILD"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}