Skip to content

Commit fc75cfe

Browse files
[angle] Add export unofficial targets include (microsoft#43023)
1 parent 8d238ae commit fc75cfe

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

ports/angle/cmake-buildsystem/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ set(_possibleTargets EGL GLESv2 ANGLE)
414414
foreach(_target IN LISTS _possibleTargets)
415415
if(TARGET ${_target})
416416
list(APPEND _installableTargets "${_target}")
417+
target_include_directories(${_target} INTERFACE $<INSTALL_INTERFACE:include>)
417418
endif()
418419
endforeach()
419420

ports/angle/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angle",
33
"version-string": "chromium_5414",
4-
"port-version": 9,
4+
"port-version": 10,
55
"description": [
66
"A conformant OpenGL ES implementation for Windows, Mac and Linux.",
77
"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."

versions/a-/angle.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "025eefba308651be2ae69502477d1201dfdf04ea",
5+
"version-string": "chromium_5414",
6+
"port-version": 10
7+
},
38
{
49
"git-tree": "b0e6049d392ece97ba5be00c7c3e4410aa78d3f0",
510
"version-string": "chromium_5414",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
},
135135
"angle": {
136136
"baseline": "chromium_5414",
137-
"port-version": 9
137+
"port-version": 10
138138
},
139139
"ankurvdev-embedresource": {
140140
"baseline": "0.0.11",

0 commit comments

Comments
 (0)