switch to xmake

This commit is contained in:
2025-11-08 19:01:17 +01:00
parent 86a810b65e
commit 86def65569
15 changed files with 48 additions and 8103 deletions

10
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "App",
"cppStandard": "c++17",
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}