mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
fontconfig is compatible with built-in CMake targets:
|
|
|
|
find_package(Fontconfig REQUIRED) # since CMake 3.14
|
|
target_link_libraries(main PRIVATE Fontconfig::Fontconfig)
|
|
|
|
fontconfig provides pkg-config modules:
|
|
|
|
# Font configuration and customization library
|
|
fontconfig
|