mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
17 lines
359 B
JSON
17 lines
359 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "build",
|
||
|
"type": "shell",
|
||
|
"command": "cmake --build ${workspaceFolder}/trunk/ide/vscode-build",
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"problemMatcher": ["$gcc"],
|
||
|
"detail": "Build SRS by cmake."
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|