aboutsummaryrefslogtreecommitdiffhomepage
path: root/unittest
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-25 17:12:36 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-25 17:12:36 -0800
commitce6384f046e7c3968d0f4c3ffff7e6ce86719e72 (patch)
treecd2ce782550cd82d0fee579803f4ae7e462131fb /unittest
parentfc39d235b61706ea4b69693302b1f40d92708d68 (diff)
ICU libraries
Diffstat (limited to 'unittest')
-rw-r--r--unittest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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}
)