Skip to content

Instantly share code, notes, and snippets.

@syedmustafa54
Created May 10, 2022 00:36
Show Gist options
  • Save syedmustafa54/10f12cff9b9b1c8e2ce093934adc138e to your computer and use it in GitHub Desktop.
Save syedmustafa54/10f12cff9b9b1c8e2ce093934adc138e to your computer and use it in GitHub Desktop.
{
"version": "2.0.0",
"tasks": [
{
"label": "Make",
"type": "shell",
"options": {
"cwd": "/opt/nvidia/deepstream/deepstream-6.0/sources/apps/sample_apps/deepstream-test1-rtsp/"
},
"command": "make",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment