1
0
Fork 0
VideoPlayer/.vscode/c_cpp_properties.json

12 lines
291 B
JSON
Raw Normal View History

2020-05-06 13:04:07 +01:00
{
"configurations": [
{
"name": "Linux",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"intelliSenseMode": "gcc-x64",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}