mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
19 lines
434 B
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
|
|
}
|
|
]
|
|
}
|