add practices code.
Some checks failed
Deploy Applications / PullDocker (push) Failing after 6m19s
Deploy Applications / Build (push) Failing after 2s
Windows CI / build (push) Has been cancelled

This commit is contained in:
2025-12-16 11:44:44 +08:00
parent 482e5495f0
commit 8446776af2
5 changed files with 304 additions and 1 deletions

15
CMakePresets.json Normal file
View File

@@ -0,0 +1,15 @@
{
"version": 2,
"configurePresets": [
{
"name": "app",
"generator": "Ninja",
"binaryDir": "${sourceDir}/build/x64",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/resources/host.cmake",
"CMAKE_EXPORT_COMPILE_COMMANDS": true
},
"environment": {}
}
]
}