Files
CMake/Modules
Ben Boeckel d83d925045 FindFreetype: use freetype-config.cmake if available
The official `freetype-config.cmake` provides `Freetype::Freetype` as an
`INTERFACE` library to its exported `freetype` target. This ends up
causing issues if CMake's Find module is used to define
`Freetype::Freetype` before using `freetype-config` because some, but
not all, of its defined targets are already available triggering the
generated code that detects such situations.

Instead, try to use `freetype-config` where possible and provide bridge
logic for this module's variable guarantees.
2023-09-06 18:15:44 -04:00
..
2023-08-16 09:42:53 -04:00
2023-04-28 09:33:28 -04:00
2023-05-22 16:51:15 -04:00
2023-05-22 16:51:15 -04:00
2023-05-22 16:51:15 -04:00

See the "Find Modules" section of the cmake-developer(7) manual page.

For more information about how to contribute modules to CMake, see this page:
https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/dev/Module-Maintainers