CMake: helper.py: Map harfbuzz library

Change-Id: I71daa9acf391c70c6cba99609c1f67ca5eeaa220
Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
This commit is contained in:
Tobias Hunger 2019-02-11 17:45:35 +01:00
parent 2635ab01d2
commit fffc12cc34

View File

@ -208,6 +208,7 @@ libray_mapping = {
'doubleconversion': 'double-conversion',
'freetype': 'Freetype::Freetype',
'glib': 'GLIB2::GLIB2',
'harfbuzz': 'harfbuzz::harfbuzz',
'icu': 'ICU::i18n ICU::uc ICU::data',
'libatomic': 'Atomic',
'libdl': '${CMAKE_DL_LIBS}',