文件提交

This commit is contained in:
2021-10-28 13:34:00 +08:00
parent 4f62b7d9af
commit b69a5a14a9
5 changed files with 39 additions and 0 deletions

17
CMakeSettings.json Normal file
View File

@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [
"msvc_x64_x64"
],
"buildRoot": "${workspaceRoot}/build",
"installRoot": "${workspaceRoot}/build",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": ""
}
]
}