cuda-samples/Samples/4_CUDA_Libraries/histEqualizationNPP/.vscode/tasks.json
2022-01-13 11:35:24 +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
}
}
]
}