mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 04:14:38 +08:00
[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:
parent
c8fc7e1e26
commit
ffd5ca7edd
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user