cbuild 2.3.5

This commit is contained in:
2026-06-07 17:07:18 +05:00
parent ec781256cc
commit abb8d97a15
13 changed files with 106 additions and 102 deletions

View File

@@ -4,15 +4,16 @@
"name": "all",
"defines": [
"SDL_DISABLE_ANALYZE_MACROS",
"DEBUG=1"
"DEBUG=1",
],
"includePath": [
"dependencies/include",
"dependencies/include/SDL2",
"dependencies/cimgui/imgui",
"${default}"
"${default}",
],
"cppStandard": "c++20"
"cppStandard": "c++20",
"cStandard": "c11",
}
],
"version": 4