11 lines
No EOL
215 B
JSON
11 lines
No EOL
215 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "buildDebug",
|
|
"type": "process",
|
|
"command": "cmake",
|
|
"args": ["--build", "build", "-j16"]
|
|
}
|
|
]
|
|
} |