mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 04:59:11 +08:00
18 lines
372 B
JSON
18 lines
372 B
JSON
|
{
|
||
|
"name": "cuda-api-wrappers",
|
||
|
"version": "0.6.6",
|
||
|
"description": "header-only library of integrated wrappers around the core parts of NVIDIA's CUDA execution ecosystem",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"dependencies": [
|
||
|
"cuda",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|