24 lines
No EOL
550 B
JSON
24 lines
No EOL
550 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "setup",
|
|
"type": "shell",
|
|
"command": "meson setup builddir",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
},
|
|
{
|
|
"label": "build",
|
|
"type": "shell",
|
|
"command": "meson compile -C builddir",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"dependsOn": "setup",
|
|
}
|
|
]
|
|
} |