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