diff --git a/CMakeLists.txt b/CMakeLists.txt index 4acdb14c..bb0f848a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ pkg_check_modules(PangoFt2 pangoft2) pkg_check_modules(PangoCairo pangocairo) pkg_check_modules(FontConfig fontconfig) +include_directories(${ICU_INCLUDE_DIRS}) include_directories(${Pango_INCLUDE_DIRS}) include_directories(${Cairo_INCLUDE_DIRS})