aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opencl/vcpkg.json
blob: 66f4c0ee5394906026583941bfba7f7bb8f13082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "opencl",
  "version": "2024.10.24",
  "port-version": 1,
  "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
    }
  ]
}