mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 14:29:00 +08:00
9 lines
320 B
Plaintext
9 lines
320 B
Plaintext
|
The package angle provides unofficial CMake targets:
|
||
|
|
||
|
find_package(unofficial-angle REQUIRED CONFIG)
|
||
|
target_link_libraries(main PRIVATE unofficial::angle::libGLESv2)
|
||
|
|
||
|
# Or use the EGL target
|
||
|
find_package(unofficial-angle REQUIRED CONFIG)
|
||
|
target_link_libraries(main PRIVATE unofficial::angle::libEGL)
|