21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Compile",
|
|
"type": "shell",
|
|
"command": "meson compile -C build"
|
|
},
|
|
{
|
|
"label": "Run",
|
|
"type": "shell",
|
|
"command": "build/evk.exe"
|
|
},
|
|
{
|
|
"label": "Test",
|
|
"type": "shell",
|
|
"command": "echo \"Hi Bye\""
|
|
}
|
|
]
|
|
}
|