Merge branch 'master' into imgui
All checks were successful
Linux arm64 / Build (push) Successful in 3m16s
All checks were successful
Linux arm64 / Build (push) Successful in 3m16s
This commit is contained in:
8
.vscode/c_cpp_properties.json
vendored
8
.vscode/c_cpp_properties.json
vendored
@@ -1,11 +1,9 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"defines": [],
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++17",
|
||||
"compileCommands": ".vscode/compile_commands.json"
|
||||
"name": "Pivot",
|
||||
"cppStandard": "c++20",
|
||||
"includePath": ["include"]
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
||||
Reference in New Issue
Block a user