mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
20 lines
630 B
JSON
20 lines
630 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/usr/local/vitasdk/arm-vita-eabi/include/psp2",
|
|
"/usr/local/vitasdk/arm-vita-eabi/include/vitasdk",
|
|
"/usr/local/vitasdk/arm-vita-eabi/include"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "linux-clang-x64",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |