17 lines
257 B
JSON
17 lines
257 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"label": "build",
|
|
"command": "C:/Apps/mingw64/bin/ninja.exe",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}/build"
|
|
},
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
} |