Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CMake] Add Brotli targets #10759

Commits on Feb 28, 2023

  1. [CMake] Add Brotli targets

    https://bugs.webkit.org/show_bug.cgi?id=253025
    
    Reviewed by Michael Catanzaro.
    
    The Windows port needs to link in Brotli's decoder library to support
    WOFF2 so turn it into a proper find module. The module itself is the
    same as the WOFF2 module. Update the WebCore library listing to use the
    target.
    
    The module will also be used by the PlayStation port in the near future.
    
    * Source/WebCore/PlatformWin.cmake:
    * Source/cmake/FindBrotli.cmake: Added.
    * Source/cmake/OptionsWin.cmake:
    
    Canonical link: https://commits.webkit.org/260954@main
    donny-dont committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ed51133 View commit details
    Browse the repository at this point in the history