mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2025-01-02 15:29:28 +00:00
23 lines
517 B
JSON
23 lines
517 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: compile with Meson",
|
|
"command": "meson",
|
|
"args": [
|
|
"compile",
|
|
],
|
|
"options": {
|
|
"cwd": "${workspaceFolder}/build"
|
|
},
|
|
"problemMatcher": [
|
|
"$msCompile"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |