tictactoebot/.vscode/c_cpp_properties.json

18 lines
331 B
JSON
Raw Normal View History

2022-02-27 16:31:30 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/include/**",
"${workspaceFolder}/TAPI/include/**",
"${workspaceFolder}/TAPI/Log/**"
],
"compilerPath": "/usr/bin/g++",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}