Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information