vcpkg/ports/cuda-api-wrappers/vcpkg.json

19 lines
434 B
JSON

{
"name": "cuda-api-wrappers",
"version": "0.7.1",
"description": "Header-only library of integrated wrappers around the core parts of NVIDIA's CUDA execution ecosystem",
"homepage": "https://github.com/eyalroz/cuda-api-wrappers",
"license": "BSD-3-Clause",
"dependencies": [
"cuda",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}