mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 21:19:17 +08:00
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "CUDA C++: Launch",
|
|
"type": "cuda-gdb",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/EGLStream_CUDA_Interop"
|
|
}
|
|
]
|
|
}
|