Files
dmf-studio-rnd/.vscode/c_cpp_properties.json
2026-07-06 01:27:19 +03:00

19 lines
521 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/shared",
"${HOME}/SDK/NDI/include",
"${HOME}/SDK/decklink-sdk/Linux/include"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}