Skip to content

Commit

Permalink
[angle] Add export unofficial targets include (microsoft#43023)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV authored Dec 31, 2024
1 parent 8d238ae commit fc75cfe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/angle/cmake-buildsystem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion ports/angle/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/angle.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "025eefba308651be2ae69502477d1201dfdf04ea",
"version-string": "chromium_5414",
"port-version": 10
},
{
"git-tree": "b0e6049d392ece97ba5be00c7c3e4410aa78d3f0",
"version-string": "chromium_5414",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
},
"angle": {
"baseline": "chromium_5414",
"port-version": 9
"port-version": 10
},
"ankurvdev-embedresource": {
"baseline": "0.0.11",
Expand Down

0 comments on commit fc75cfe

Please sign in to comment.