Skip to content
Discussion options

You must be logged in to vote

The vcpkg-native way to do this is an overlay port

angle does not currently expose a winappsdk feature, so you cannot enable it directly with something like:

vcpkg install angle[winappsdk]

Instead:

  1. Copy ports/angle from your vcpkg checkout into an overlay directory:

    my-overlay/
      angle/
        portfile.cmake
        vcpkg.json
        ...
    
  2. Patch the overlay port to enable the WinAppSDK-related ANGLE build option.

  3. Build with:

    vcpkg install angle --overlay-ports=./my-overlay

One caveat: the current vcpkg angle port uses a CMake-based build generated from ANGLE's GN/GNI files, so the change may need to be added as a CMake option or a small patch to the port's CMake build files, not just as a ra…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Twada2004
Comment options

Answer selected by Twada2004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants