28 lines
936 B
JSON
28 lines
936 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Switch",
|
|
"includePath": [
|
|
"${workspaceFolder}/source/**",
|
|
"${workspaceFolder}/source_game/**",
|
|
"L:/Switch/devkitPro/devkitA64/aarch64-none-elf/include",
|
|
"L:/Switch/devkitPro/libnx/include",
|
|
"L:/Switch/devkitPro/portlibs/switch/include",
|
|
"L:/Switch/devkitPro/portlibs/switch/include/SDL2"
|
|
],
|
|
"defines": [
|
|
"__SWITCH__"
|
|
],
|
|
"compilerPath": "L:/Switch/devkitPro/devkitA64/bin/aarch64-none-elf-gcc",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "gcc-arm",
|
|
"configurationProvider": "ms-vscode.makefile-tools",
|
|
"compilerArgs": [
|
|
"-std=c++17",
|
|
"-fno-rtti"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |