summaryrefslogtreecommitdiff
path: root/indra/mac_updater
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-12-22 13:02:36 -0500
committerLoren Shih <seraph@lindenlab.com>2010-12-22 13:02:36 -0500
commita86e35aa0dbd8d2acd4d4e9d83e8919bcc44a0b1 (patch)
tree60e8ea1798906abaedfe52b7d2532daf5c129356 /indra/mac_updater
parent8de11e98cc198442f52c6950ed518a36ce8dbc8d (diff)
parentab100825bd0064dc64b9ef8bea1c70bc04090716 (diff)
Automated merge up from viewer-development
Diffstat (limited to 'indra/mac_updater')
-rw-r--r--indra/mac_updater/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/mac_updater/CMakeLists.txt b/indra/mac_updater/CMakeLists.txt
index 44f98e5e18..a4a6b50c6c 100644
--- a/indra/mac_updater/CMakeLists.txt
+++ b/indra/mac_updater/CMakeLists.txt
@@ -3,6 +3,7 @@
project(mac_updater)
include(00-Common)
+include(OpenSSL)
include(CURL)
include(LLCommon)
include(LLVFS)
@@ -49,6 +50,8 @@ set_target_properties(mac-updater
target_link_libraries(mac-updater
${LLVFS_LIBRARIES}
+ ${OPENSSL_LIBRARIES}
+ ${CRYPTO_LIBRARIES}
${CURL_LIBRARIES}
${LLCOMMON_LIBRARIES}
)