mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08:00
Fixes #899, which made apparent three issues with how static libraries are handled in raylib-config.cmake: - XPREFIX is set before pkg_check_modules, which causes a duplicate STATIC in variables, e.g. PC_RAYLIB_STATIC_STATIC_.* - raylib_static is searched for, but no library exists with that name - raylib_LDFLAGS isn't populated properly This commit fixes these. |
||
|---|---|---|
| .. | ||
| AddIfFlagCompiles.cmake | ||
| BuildType.cmake | ||
| CheckFileSystemSymlinkSupport.cmake | ||
| emscripten.cmake | ||
| EnumOption.cmake | ||
| LibraryPathToLinkerFlags.cmake | ||
| PopulateConfigVariablesLocally.cmake | ||
| raylib-config-version.cmake | ||
| raylib-config.cmake | ||
| test-pkgconfig.sh | ||