vcpkg/ports/opencl/vcpkg.json

20 lines
433 B
JSON

{
"name": "opencl",
"version-string": "v2023.02.06",
"port-version": 3,
"description": "C/C++ headers and ICD loader (Installable Client Driver) for OpenCL",
"homepage": "https://github.com/KhronosGroup/OpenCL-Headers",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}