aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/glslang/vcpkg.json
blob: 25e3580b9491897b69f160fc73c92812cfa54356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "glslang",
  "version": "15.1.0",
  "description": "Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.",
  "homepage": "https://github.com/KhronosGroup/glslang",
  "license": "Apache-2.0 AND BSD-3-Clause AND MIT AND GPL-3.0-or-later",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "opt": {
      "description": "Build with spirv-opt capability",
      "dependencies": [
        "spirv-tools"
      ]
    },
    "rtti": {
      "description": "Build with dynamic typeinfo"
    },
    "tools": {
      "description": "Build the glslangValidator and spirv-remap binaries",
      "supports": "!ios"
    }
  }
}