aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/angle/usage
blob: b1fdc146a148c317eb3686263c70158a114ff942 (plain)
1
2
3
4
5
6
7
8
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)