From ce6384f046e7c3968d0f4c3ffff7e6ce86719e72 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Tue, 25 Nov 2014 17:12:36 -0800 Subject: ICU libraries --- CMakeLists.txt | 4 ++-- tests/CMakeLists.txt | 2 +- unittest/CMakeLists.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b9ff8a1..27ae32d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,8 +29,8 @@ ELSEIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux") /usr/include/libxml2 ) - #set(icu_libraries icudata icui18n icuio icule iculx icutest icutu icuuc) - set(linux_libraries pthread uuid) + set(icu_libraries icudata icui18n icuio icule iculx icutest icutu icuuc) + set(linux_libraries ${icu_libraries} pthread uuid) ENDIF() diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index fd07abba..a8163dc4 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -16,6 +16,6 @@ add_executable (tests main.cpp test-all.cpp ${test_mac_files}) target_link_libraries ( tests MailCore ${ZLIB_LIBRARY} ${LIBETPAN_LIBRARY} ${LIBXML_LIBRARY} ${UCHARDET_LIBRARY} sasl2 - ${TIDY_LIBRARY} ${CTEMPLATE_LIBRARY} ssl crypto ${linux_libraries} ${mac_libraries} ${ICU4C_LIBRARY} + ${TIDY_LIBRARY} ${CTEMPLATE_LIBRARY} ssl crypto ${linux_libraries} ${mac_libraries} ${GLIB2_LIBRARIES} ${FOUNDATIONFRAMEWORK} ${SECURITYFRAMEWORK} ${CORESERVICESFRAMEWORK} ) diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt index 3437518a..1694179d 100644 --- a/unittest/CMakeLists.txt +++ b/unittest/CMakeLists.txt @@ -11,6 +11,6 @@ add_executable (unittestcpp unittest.cpp) target_link_libraries ( unittestcpp MailCore ${ZLIB_LIBRARY} ${LIBETPAN_LIBRARY} ${LIBXML_LIBRARY} ${UCHARDET_LIBRARY} sasl2 - ${TIDY_LIBRARY} ${CTEMPLATE_LIBRARY} ssl crypto ${linux_libraries} ${mac_libraries} ${ICU4C_LIBRARY} + ${TIDY_LIBRARY} ${CTEMPLATE_LIBRARY} ssl crypto ${linux_libraries} ${mac_libraries} ${GLIB2_LIBRARIES} ${FOUNDATIONFRAMEWORK} ${SECURITYFRAMEWORK} ${CORESERVICESFRAMEWORK} ) -- cgit v1.2.3