mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:11:49 +08:00
82a7a453a4
* Update OpenCL to 3.0 * Update OpenCL versions baseline file
19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"name": "opencl",
|
|
"version-string": "v2022.09.30",
|
|
"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
|
|
}
|
|
]
|
|
}
|