diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 31fe2cb2a..80eeab0d4 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -286,7 +286,9 @@ target_link_libraries( ${APRUTIL_LIBRARIES} ${APR_LIBRARIES} ${EXPAT_LIBRARIES} + ${CRYPTO_LIBRARIES} ${OPENSSL_LIBRARIES} + ${CRYPTO_LIBRARIES} ${ZLIB_LIBRARIES} ${WINDOWS_LIBRARIES} ${Boost_CONTEXT_LIBRARY} diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 5ce76470b..abce10bbe 100644 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -225,6 +225,7 @@ target_link_libraries( llmessage ${CURL_LIBRARIES} ${CARES_LIBRARIES} + ${CRYPTO_LIBRARIES} ${OPENSSL_LIBRARIES} ${CRYPTO_LIBRARIES} ${XMLRPCEPI_LIBRARIES} diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 2cb71071d..79eaf871c 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -36,6 +36,7 @@ include(Linking) include(NDOF) include(NVAPI) include(OPENAL) +include(OpenSSL) include(StateMachine) include(TemplateCheck) include(UI) @@ -1664,6 +1665,9 @@ target_link_libraries(${VIEWER_BINARY_NAME} ${UI_LIBRARIES} ${WINDOWS_LIBRARIES} ${XMLRPCEPI_LIBRARIES} + ${CRYPTO_LIBRARIES} + ${OPENSSL_LIBRARIES} + ${CRYPTO_LIBRARIES} ${HUNSPELL_LIBRARY} ${LLPHYSICSEXTENSIONS_LIBRARIES} ${LLAPPEARANCE_LIBRARIES}