diff options
Diffstat (limited to 'vcpkg/ports/cuda-api-wrappers/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cuda-api-wrappers/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/cuda-api-wrappers/vcpkg.json b/vcpkg/ports/cuda-api-wrappers/vcpkg.json new file mode 100644 index 0000000..6ef8843 --- /dev/null +++ b/vcpkg/ports/cuda-api-wrappers/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "cuda-api-wrappers", + "version": "0.8.0", + "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 + } + ] +} |