summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-08-19 11:29:47 -0700
committerRider Linden <rider@lindenlab.com>2015-08-19 11:29:47 -0700
commit250d94316b809bb94f42fec3896940e5c7da41ca (patch)
tree9811b1e6a30d1a3a6f7d674462d9bd5a49a38604
parentc4267e0284bb0765470ef2e88000c2b5e0c7c8e7 (diff)
Keep hunting these down.
-rwxr-xr-xindra/llui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt
index 95cf32ee4a..e2bbbb8285 100755
--- a/indra/llui/CMakeLists.txt
+++ b/indra/llui/CMakeLists.txt
@@ -290,6 +290,6 @@ if(LL_TESTS)
)
LL_ADD_PROJECT_UNIT_TESTS(llui "${llui_TEST_SOURCE_FILES}")
# INTEGRATION TESTS
- set(test_libs llui llmessage llcorehttp llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES})
+ set(test_libs llui llmessage llcorehttp llcommon ${LLCOMMON_LIBRARIES} ${BOOST_COROUTINE_LIBRARY} ${BOOST_CONTEXT_LIBRARY} ${BOOST_SYSTEM_LIBRARY} ${WINDOWS_LIBRARIES})
LL_ADD_INTEGRATION_TEST(llurlentry llurlentry.cpp "${test_libs}")
endif(LL_TESTS)