aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-10-26 15:47:53 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-10-26 15:47:53 -0700
commitc7b2a1a4e9756c5ac6ea97712e3f8c3cde042497 (patch)
tree21c8ed799189409b3fbad1b8580f5e74c6b668b2 /tests
parentfc46e9f0e7bbab74ca92db1fe98a0ba4ff65a616 (diff)
Fixed CMake build
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 61fa7120..289feb82 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,8 +1,8 @@
include_directories(${CMAKE_CURRENT_BINARY_DIR}/../src/include)
link_directories(
- ${CMAKE_CURRENT_SOURCE_DIR}/../Externals/ctemplate/lib
- ${CMAKE_CURRENT_SOURCE_DIR}/../Externals/icu4c/lib
- ${CMAKE_CURRENT_SOURCE_DIR}/../Externals/libetpan/lib
+ ${CMAKE_CURRENT_SOURCE_DIR}/../Externals/ctemplate-osx/lib
+ ${CMAKE_CURRENT_SOURCE_DIR}/../Externals/uchardet-osx/lib
+ ${CMAKE_CURRENT_SOURCE_DIR}/../Externals/libetpan-osx/lib
)
find_library(FOUNDATIONFRAMEWORK NAMES Foundation)
@@ -10,5 +10,5 @@ find_library(SECURITYFRAMEWORK NAMES Security)
find_library(CORESERVICESFRAMEWORK NAMES CoreServices)
add_executable (tests main.mm test-all.mm)
-target_link_libraries (tests MailCore z etpan xml2 icudata icui18n icuuc sasl2 iconv tidy ctemplate ssl crypto
+target_link_libraries (tests MailCore z etpan xml2 uchardet sasl2 iconv tidy ctemplate ssl crypto
${FOUNDATIONFRAMEWORK} ${SECURITYFRAMEWORK} ${CORESERVICESFRAMEWORK})