nanoMODBUS/examples/stm32/.vscode/tasks.json
2024-12-08 11:30:10 +01:00

14 lines
260 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: build",
"command": "build",
"preset": "${command:cmake.activeBuildPresetName}",
"group": "build",
"problemMatcher": [],
"detail": "CMake template build task"
}
]
}