mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-21 01:20:36 +08:00
3637f5824d
* opencl: fixed installation rules * Update version database
20 lines
433 B
JSON
20 lines
433 B
JSON
{
|
|
"name": "opencl",
|
|
"version-string": "v2023.02.06",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|