#5628 Link Synergy core against OpenSSL

This commit is contained in:
Andrew Nelless
2016-09-27 15:01:58 +01:00
parent 52c8763d97
commit 5db78acab4
9 changed files with 40 additions and 7 deletions

View File

@@ -68,4 +68,4 @@ endif()
add_executable(unittests ${sources})
target_link_libraries(unittests
arch base client server common io net platform server synergy mt ipc gtest gmock ${libs})
arch base client server common io net platform server synergy mt ipc gtest gmock ${libs} ${OPENSSL_LIBS})