[angle] Add export unofficial targets include (#43023)

This commit is contained in:
WangWeiLin-MV 2024-12-31 16:32:56 +00:00 committed by GitHub
parent 8d238ae26c
commit fc75cfe2f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View File

@ -414,6 +414,7 @@ set(_possibleTargets EGL GLESv2 ANGLE)
foreach(_target IN LISTS _possibleTargets)
if(TARGET ${_target})
list(APPEND _installableTargets "${_target}")
target_include_directories(${_target} INTERFACE $<INSTALL_INTERFACE:include>)
endif()
endforeach()

View File

@ -1,7 +1,7 @@
{
"name": "angle",
"version-string": "chromium_5414",
"port-version": 9,
"port-version": 10,
"description": [
"A conformant OpenGL ES implementation for Windows, Mac and Linux.",
"The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0 and 3.0 to desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Support for translation from OpenGL ES to Vulkan is underway, and future plans include compute shader support (ES 3.1) and MacOS support."

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "025eefba308651be2ae69502477d1201dfdf04ea",
"version-string": "chromium_5414",
"port-version": 10
},
{
"git-tree": "b0e6049d392ece97ba5be00c7c3e4410aa78d3f0",
"version-string": "chromium_5414",

View File

@ -134,7 +134,7 @@
},
"angle": {
"baseline": "chromium_5414",
"port-version": 9
"port-version": 10
},
"ankurvdev-embedresource": {
"baseline": "0.0.11",