mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-05 08:26:32 +00:00
25 lines
799 B
JSON
25 lines
799 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "AArch64 libnx",
|
|
"includePath": [
|
|
"${DEVKITPRO}/devkitA64/lib/gcc/aarch64-none-elf/*/include/",
|
|
"${DEVKITPRO}/devkitA64/aarch64-none-elf/include/",
|
|
"${DEVKITPRO}/portlibs/switch/include/",
|
|
"${DEVKITPRO}/libnx/include/",
|
|
"source/ControllerLib",
|
|
"source/ControllerSwitch",
|
|
"source/inih"
|
|
],
|
|
"defines": [
|
|
"SWITCH",
|
|
"__SWITCH__"
|
|
],
|
|
"compilerPath": "${DEVKITPRO}/devkitA64/bin/aarch64-none-elf-g++",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |