Older/.vscode/c_cpp_properties.json
amass 1a5a903fba
All checks were successful
Deploy / PullDocker (push) Successful in 9s
Deploy / Build (push) Successful in 1m28s
add code.
2024-09-22 23:55:25 +08:00

19 lines
549 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/build/_deps/kylin-src/Universal",
"/opt/Libraries/boost_1_86_0/include",
"/opt/Libraries/ZLMediaKit/include"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}