2020-03-20 17:41:09 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
2020-03-20 20:38:44 +00:00
|
|
|
"name": "Switch",
|
|
|
|
"includePath": [
|
|
|
|
"${devkitA64}/aarch64-none-elf/include/**",
|
|
|
|
"${devkitA64}/lib/gcc/aarch64-none-elf/8.3.0/include/**",
|
|
|
|
"${devkitpro}/libnx/include/**",
|
|
|
|
"${devkitpro}/portlibs/switch/include/*",
|
|
|
|
"${workspaceFolder}/libs/libtesla/include/**"
|
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"UNICODE",
|
|
|
|
"_UNICODE",
|
|
|
|
"__aarch64__",
|
|
|
|
"__SWITCH__",
|
|
|
|
"HAVE_LIBNX",
|
|
|
|
"EXPERIMENTAL",
|
|
|
|
"DEBUG"
|
|
|
|
],
|
|
|
|
"windowsSdkVersion": "10.0.17763.0",
|
|
|
|
"compilerPath": "${devkitA64}/bin/aarch64-none-elf-gcc",
|
|
|
|
"cStandard": "c11",
|
|
|
|
"cppStandard": "c++17",
|
|
|
|
"intelliSenseMode": "gcc-x64"
|
2020-03-20 17:41:09 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
2020-03-20 20:38:44 +00:00
|
|
|
}
|