2025-06-21 17:19:31 +08:00

17 lines
286 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "build",
"command": "build",
"targets": [
"all"
],
"preset": "${command:cmake.activeBuildPresetName}",
"group": "build",
"problemMatcher": [],
"detail": "CMake 模板 生成 任务"
}
]
}