mirror of
https://bitbucket.org/e1ite007/sigpatch-updater.git
synced 2024-11-23 11:09:45 +00:00
19 lines
493 B
JSON
19 lines
493 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "switch",
|
||
|
"includePath": [
|
||
|
"${default}",
|
||
|
"${workspaceFolder}/**",
|
||
|
"${DEVKITPRO}/libnx/include/",
|
||
|
"${DEVKITPRO}/portlibs/switch/include/"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++23",
|
||
|
"compilerPath": "${DEVKITPRO}/devkitA64/bin/aarch64-none-elf-gcc"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|