Files
VideoPipe/.vscode/c_cpp_properties.json
2026-06-03 12:43:14 +08:00

23 lines
580 B
JSON
Executable File

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"/usr/local/include/**",
"/usr/include/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "8.1",
"compilerPath": "/usr/bin/g++",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}