Older/.vscode/c_cpp_properties.json

18 lines
496 B
JSON
Raw Normal View History

2023-12-30 00:10:51 +08:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/build/_deps/kylin-src/Universal",
2024-05-03 22:30:46 +08:00
"/opt/Libraries/boost_1_85_0/include"
2023-12-30 00:10:51 +08:00
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
2024-01-06 00:12:59 +08:00
"cppStandard": "c++20",
2023-12-30 00:10:51 +08:00
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}