Fix linking on gcc/Linux: harfbuzz depends on freetype

This commit is contained in:
David Capello 2017-03-15 15:47:48 -03:00
parent 2638440a8c
commit e6f0e70034

View File

@ -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)