Lines Matching refs:ICU
1 # Finds the International Components for Unicode (ICU) Library
3 # ICU_FOUND - True if ICU found.
4 # ICU_I18N_FOUND - True if ICU's internationalization library found.
5 # ICU_INCLUDE_DIRS - Directory to include to get ICU headers
6 # Note: always include ICU headers as, e.g.,
8 # ICU_LIBRARIES - Libraries to link against for the common ICU
9 # ICU_I18N_LIBRARIES - Libraries to link against for ICU internationaliation
16 DOC "Include directory for the ICU library")
23 DOC "Libraries to link against for the common parts of ICU")
41 # Look for the ICU internationalization libraries
45 DOC "Libraries to link against for ICU internationalization")
67 MESSAGE(STATUS "Found ICU header files in ${ICU_INCLUDE_DIRS}")
68 MESSAGE(STATUS "Found ICU libraries: ${ICU_LIBRARIES}")
72 MESSAGE(FATAL_ERROR "Could not find ICU")
74 MESSAGE(STATUS "Optional package ICU was not found")