Skip to content
Snippets Groups Projects
Commit b697539f authored by ilor's avatar ilor
Browse files

link in more icu libs

parent 0ad4418a
Branches
No related merge requests found
......@@ -13,7 +13,7 @@ include_directories( ${CMAKE_SOURCE_DIR} )
find_package(ICU REQUIRED)
include_directories(${ICU_INCLUDE_DIR})
link_directories(${ICU_LIBRARY_DIRS})
set(LIBS ${LIBS} icuuc icuio)
set(LIBS ${LIBS} icuuc icuio icutu icuin)
find_package(PwrUtils REQUIRED)
set(LIBS ${LIBS} ${PwrUtils_LIBRARY})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment