diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-18 15:21:23 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-18 15:21:23 -0700 |
commit | d21c94d9a3554ebe4ed92afcbf583105ad93cdad (patch) | |
tree | 3afc3ddb02b365e65ea81fa2892bd939d9b8a194 /indra/viewer_components | |
parent | f96237c963665201b01e565db4c69e6ca9a8c8f1 (diff) | |
parent | 6ff09fa393995d67679faaaf765d22cb9a8b3f7f (diff) |
Merge
Diffstat (limited to 'indra/viewer_components')
-rwxr-xr-x | indra/viewer_components/login/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/login/CMakeLists.txt b/indra/viewer_components/login/CMakeLists.txt index 90ba27f064..391bc3119b 100755 --- a/indra/viewer_components/login/CMakeLists.txt +++ b/indra/viewer_components/login/CMakeLists.txt @@ -60,7 +60,7 @@ if(LL_TESTS) set_source_files_properties( lllogin.cpp PROPERTIES - LL_TEST_ADDITIONAL_LIBRARIES "${LLMESSAGE_LIBRARIES} ${LLCOREHTTP_LIBRARIES} ${LLCOMMON_LIBRARIES} ${BOOST_COROUTINE_LIBRARY};${BOOST_CONTEXT_LIBRARY};${BOOST_THREAD_LIBRARY};${BOOST_SYSTEM_LIBRARY}" + LL_TEST_ADDITIONAL_LIBRARIES "${LLMESSAGE_LIBRARIES};${LLCOREHTTP_LIBRARIES};${LLCOMMON_LIBRARIES};${BOOST_COROUTINE_LIBRARY};${BOOST_CONTEXT_LIBRARY};${BOOST_THREAD_LIBRARY};${BOOST_SYSTEM_LIBRARY}" ) LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}") |