vcpkg/ports/opencl/vcpkg.json
2024-07-30 17:39:19 -07:00

19 lines
370 B
JSON

{
"name": "opencl",
"version-string": "v2024.05.08",
"description": "OpenCL SDK",
"homepage": "https://github.com/KhronosGroup/OpenCL-SDK",
"license": "Apache-2.0 AND (MIT OR WTFPL)",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}