Resolve linker errors encountered on linux builds.

This commit is contained in:
Shyotl
2017-11-17 23:21:03 -06:00
parent ca64b81785
commit 77ebb91d37
3 changed files with 7 additions and 0 deletions

View File

@@ -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}

View File

@@ -225,6 +225,7 @@ target_link_libraries(
llmessage
${CURL_LIBRARIES}
${CARES_LIBRARIES}
${CRYPTO_LIBRARIES}
${OPENSSL_LIBRARIES}
${CRYPTO_LIBRARIES}
${XMLRPCEPI_LIBRARIES}

View File

@@ -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}