添加项目文件。

This commit is contained in:
guanyuankai 2025-10-30 10:40:46 +08:00
parent a0801d7562
commit 2647525f13
2 changed files with 15 additions and 0 deletions

0
CMakeLists.txt Normal file
View File

15
CMakeSettings.json Normal file
View File

@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
]
}