mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 06:48:13 +08:00
[angle] Add export unofficial targets include (#43023)
This commit is contained in:
parent
8d238ae26c
commit
fc75cfe2f8
@ -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()
|
||||
|
||||
|
@ -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."
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "025eefba308651be2ae69502477d1201dfdf04ea",
|
||||
"version-string": "chromium_5414",
|
||||
"port-version": 10
|
||||
},
|
||||
{
|
||||
"git-tree": "b0e6049d392ece97ba5be00c7c3e4410aa78d3f0",
|
||||
"version-string": "chromium_5414",
|
||||
|
@ -134,7 +134,7 @@
|
||||
},
|
||||
"angle": {
|
||||
"baseline": "chromium_5414",
|
||||
"port-version": 9
|
||||
"port-version": 10
|
||||
},
|
||||
"ankurvdev-embedresource": {
|
||||
"baseline": "0.0.11",
|
||||
|
Loading…
x
Reference in New Issue
Block a user