mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-30 12:19:04 +00:00
Fix linking on gcc/Linux: harfbuzz depends on freetype
This commit is contained in:
parent
2638440a8c
commit
e6f0e70034
2
third_party/harfbuzz-cmake/CMakeLists.txt
vendored
2
third_party/harfbuzz-cmake/CMakeLists.txt
vendored
@ -72,6 +72,8 @@ add_library(harfbuzz
|
||||
target_include_directories(harfbuzz PUBLIC
|
||||
../harfbuzz/src)
|
||||
|
||||
target_link_libraries(harfbuzz freetype)
|
||||
|
||||
if(USE_UCDN)
|
||||
add_library(ucdn
|
||||
../harfbuzz/src/hb-ucdn/ucdn.c)
|
||||
|
Loading…
Reference in New Issue
Block a user