19 lines
449 B
JSON
19 lines
449 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "all",
|
|
"defines": [
|
|
"SDL_DISABLE_ANALYZE_MACROS",
|
|
"DEBUG=1"
|
|
],
|
|
"includePath": [
|
|
"dependencies/include",
|
|
"dependencies/include/SDL2",
|
|
"dependencies/cimgui/imgui",
|
|
"${default}"
|
|
],
|
|
"cppStandard": "c++20"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |