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

Generate pkg-config file during install builds #3371

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 21, 2023

  1. Generate pkg-config file during install builds

    This commit causes CMake to generate a pkg-config file when `ENABLE_GLSLANG_INSTALL` is enabled. This allows software projects that use pkg-config (and not CMake) to locate external dependencies (e.g., Godot 4.x), to find and properly link to a pre-built glslang package.
    
    Closes KhronosGroup#1715.
    jasonliu-- committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e71ebbd View commit details
    Browse the repository at this point in the history