[glslang] Provide glslang-default-resource-limits library. (#15624)

* [glslang] Provide glslang-default-resource-limits library.

* [glslang] Use Port-Version field.

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update port_versions

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
This commit is contained in:
Bartosz Taudul 2021-01-17 05:03:04 +01:00 committed by GitHub
parent c8fc7e1e26
commit ffd5ca7edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 4 deletions

View File

@ -2185,8 +2185,8 @@
"port-version": 0
},
"glslang": {
"baseline": "2019-03-05-1",
"port-version": 0
"baseline": "2019-03-05",
"port-version": 2
},
"glui": {
"baseline": "2019-11-30",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "29f2d736c8273c412c4fcf0fd50da379d1ec9a0b",
"version-string": "2019-03-05",
"port-version": 2
},
{
"git-tree": "02b23c6369ff2b1aed2e57bceeb184b544d388e2",
"version-string": "2019-03-05-1",

View File

@ -106,3 +106,16 @@ index f918d7a..329800f 100644
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
else()
diff --git a/StandAlone/CMakeLists.txt b/StandAlone/CMakeLists.txt
index 5cea53d9..43e45534 100644
--- a/StandAlone/CMakeLists.txt
+++ b/StandAlone/CMakeLists.txt
@@ -46,7 +46,7 @@ if(ENABLE_GLSLANG_INSTALL)
install(TARGETS spirv-remap
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
- if(BUILD_SHARED_LIBS)
+ if(BUILD_SHARED_LIBS OR TRUE)
install(TARGETS glslang-default-resource-limits
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()

View File

@ -1,4 +1,5 @@
Source: glslang
Version: 2019-03-05-1
Version: 2019-03-05
Port-Version: 2
Homepage: https://github.com/KhronosGroup/glslang
Description: Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator
Description: Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator