mirror of
https://github.com/ITotalJustice/sphaira.git
synced 2025-11-02 01:16:03 +01:00
29 lines
921 B
JSON
29 lines
921 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "switch",
|
|
"includePath": [
|
|
"${default}",
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}/sphaira/include",
|
|
"${DEVKITPRO}/libnx/include/",
|
|
"${DEVKITPRO}/portlibs/switch/include/"
|
|
],
|
|
"defines": [
|
|
"__SWITCH__",
|
|
"VERSION_DIRTY=\"1.0.0\"",
|
|
"VERSION=\"3.0.0\"",
|
|
"YYJSON_DISABLE_WRITER=1",
|
|
"YYJSON_DISABLE_UTILS=1",
|
|
"YYJSON_DISABLE_NON_STANDARD=1",
|
|
"YYJSON_DISABLE_UTF8_VALIDATION=1"
|
|
],
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++23",
|
|
"compilerPath": "${DEVKITPRO}/devkitA64/bin/aarch64-none-elf-gcc",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|