mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"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
|
|
}
|