testing-repository/Gtkmm3/.vscode/tasks.json

14 lines
267 B
JSON

{
"tasks": [
{
"type": "meson",
//"target": "gtk92",
"mode": "build",
"group": "build",
"problemMatcher": [],
"label": "Meson: Build target"
}
],
"version": "2.0.0"
}