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

19 lines
434 B
JSON
Raw Normal View History

2023-12-05 09:13:07 +08:00
{
"name": "cuda-api-wrappers",
"version": "0.6.7",
2023-12-05 09:13:07 +08:00
"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",
2023-12-05 09:13:07 +08:00
"license": "BSD-3-Clause",
"dependencies": [
"cuda",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}