mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
Add support for rtti in glslang port (#32541)
Co-authored-by: Martijn Otto <martijn@resolume.com>
This commit is contained in:
parent
af5230dab1
commit
ec183f8ab6
@ -11,6 +11,7 @@ vcpkg_from_github(
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
FEATURES
|
||||
tools ENABLE_GLSLANG_BINARIES
|
||||
rtti ENABLE_RTTI
|
||||
)
|
||||
|
||||
if (ENABLE_GLSLANG_BINARIES)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "glslang",
|
||||
"version": "12.2.0",
|
||||
"port-version": 1,
|
||||
"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",
|
||||
@ -15,6 +16,9 @@
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"rtti": {
|
||||
"description": "Build with dynamic typeinfo"
|
||||
},
|
||||
"tools": {
|
||||
"description": "Build the glslangValidator and spirv-remap binaries",
|
||||
"supports": "!ios"
|
||||
|
@ -2930,7 +2930,7 @@
|
||||
},
|
||||
"glslang": {
|
||||
"baseline": "12.2.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"glui": {
|
||||
"baseline": "2019-11-30",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "796a20fde44858a311783328a0555813894631bb",
|
||||
"version": "12.2.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "aaa917d7743ac6e466f2d4ecf20b5745cd44fe98",
|
||||
"version": "12.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user