cuda-samples/Samples/simpleGL/.vscode/tasks.json
2021-08-03 19:02:58 +05:30

16 lines
311 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "sample",
"type": "shell",
"command": "make dbg=1",
"problemMatcher": ["$nvcc"],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}