cbuild 2.3.5
This commit is contained in:
7
.vscode/c_cpp_properties.json
vendored
7
.vscode/c_cpp_properties.json
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user