[env]: Change hard-code settings to be generated by py

This commit is contained in:
fanlumaster
2025-06-02 10:12:09 +08:00
parent 01514100a1
commit 5cd5964351
13 changed files with 288 additions and 27 deletions

11
CMakeUserPresets.json Normal file
View File

@ -0,0 +1,11 @@
{
"version": 2,
"configurePresets": [
{
"name": "default",
"inherits": "vcpkg",
"generator": "Visual Studio 17 2022",
"binaryDir": "${sourceDir}/build"
}
]
}