Files
sphaira/.vscode/c_cpp_properties.json
ITotalJustice 0370e47f7f public release
2024-12-16 21:13:05 +00:00

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
}