cuda-samples/Samples/4_CUDA_Libraries/freeImageInteropNPP/.vscode/launch.json

11 lines
223 B
JSON
Raw Normal View History

2021-10-21 19:04:49 +08:00
{
"configurations": [
{
"name": "CUDA C++: Launch",
"type": "cuda-gdb",
"request": "launch",
"program": "${workspaceFolder}/freeImageInteropNPP"
}
]
}