mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-02 22:35:31 +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
|
|
}
|
|
]
|
|
}
|