1
0
Fork 0

making progress building unix versions

This commit is contained in:
Kaveh Vahedipour 2016-02-01 13:12:45 +00:00
parent 6194a83437
commit 4920e9f9a7
1 changed files with 4 additions and 2 deletions

View File

@ -67,10 +67,11 @@ add_executable(
target_link_libraries(
${TEST_BASICS_SUITE}
${LIB_ARANGO}
${ICU_LIBS}
#${ICU_LIBS}
${OPENSSL_LIBRARIES}
${ZLIB_LIBS}
${Boost_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
)
endif ()
@ -92,10 +93,11 @@ add_executable(
target_link_libraries(
${TEST_GEO_SUITE}
${LIB_ARANGO}
${ICU_LIBS}
#${ICU_LIBS}
${OPENSSL_LIBRARIES}
${ZLIB_LIBS}
${Boost_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
)
endif ()