Files
ai_sdk/.vscode/c_cpp_properties.json

20 lines
503 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/3rd/**",
"${workspaceFolder}/models/**",
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:\\MinGW\\bin\\gcc.exe",
"intelliSenseMode": "windows-gcc-x86"
}
],
"version": 4
}