mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:49:06 +08:00
bf1d50ff7a
* [opencl]: replaced hardcoded BUILD_SHARED_LIBS (user context) with VCPKG_LIBRARY_LINKAGE (library build context) * Updated version registries
20 lines
433 B
JSON
20 lines
433 B
JSON
{
|
|
"name": "opencl",
|
|
"version-string": "v2023.02.06",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|