lolautoaccept/.vscode/c_cpp_properties.json

23 lines
615 B
JSON
Raw Permalink Normal View History

2022-03-01 01:28:30 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/src/",
"${workspaceFolder}/thirdparty/Log/",
"${workspaceFolder}/include/**",
2022-04-21 00:47:57 +02:00
"${workspaceFolder}/ui/**",
"/usr/include/x86_64-linux-gnu/qt5/**",
2022-03-01 01:28:30 +01:00
"/usr/include/opencv4/**"
],
"defines": [],
"compilerPath": "/usr/bin/g++",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}