14 lines
181 B
JSON
14 lines
181 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build",
|
|
"command": "make",
|
|
"args": ["all", "CONFIGURATION=Debug"],
|
|
"windows": {
|
|
"command": "make.cmd"
|
|
}
|
|
}
|
|
]
|
|
}
|