summaryrefslogtreecommitdiff
path: root/indra/viewer_components
diff options
context:
space:
mode:
authorCinder Biscuits <cinder.roxley@phoenixviewer.com>2014-08-18 14:35:25 -0600
committerCinder Biscuits <cinder.roxley@phoenixviewer.com>2014-08-18 14:35:25 -0600
commitb6ebb422fc5aa93c205b79293e8dc8d9a66b1a27 (patch)
tree1d1d495a09b9f2f81ab7c25d59019513011619e1 /indra/viewer_components
parenta45e72704942161ea9d86b806f142b80fa544cc2 (diff)
parentb021c90e7bccdd0f9a916946e7716a00034254c2 (diff)
Merged lindenlab/viewer-release into default
Diffstat (limited to 'indra/viewer_components')
-rwxr-xr-xindra/viewer_components/login/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/viewer_components/login/CMakeLists.txt b/indra/viewer_components/login/CMakeLists.txt
index 6f366677c9..ce80d55829 100755
--- a/indra/viewer_components/login/CMakeLists.txt
+++ b/indra/viewer_components/login/CMakeLists.txt
@@ -46,6 +46,8 @@ target_link_libraries(lllogin
${LLMATH_LIBRARIES}
${LLXML_LIBRARIES}
${BOOST_CONTEXT_LIBRARY}
+ ${BOOST_COROUTINE_LIBRARY}
+ ${BOOST_SYSTEM_LIBRARY}
)
if(LL_TESTS)
@@ -55,7 +57,7 @@ if(LL_TESTS)
set_source_files_properties(
lllogin.cpp
PROPERTIES
- LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_CONTEXT_LIBRARY}"
+ LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_CONTEXT_LIBRARY};${BOOST_COROUTINE_LIBRARY};${BOOST_SYSTEM_LIBRARY}"
)
LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}")