diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-10-08 16:34:21 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-10-08 16:34:21 -0400 |
commit | 2d83c3d08d7e3f0d03ebeda0fee3b1b76c5200a1 (patch) | |
tree | ccb83203d67d3bbfbee6a767f6e2eb3ff1e47aad /indra | |
parent | 2be54fbe6f7e19a1e924f1d62e4327da2406310d (diff) |
lion breakage possible fix
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index 24fdc2268d..894b744bce 100755 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -292,6 +292,6 @@ if(LL_TESTS) ) LL_ADD_PROJECT_UNIT_TESTS(llui "${llui_TEST_SOURCE_FILES}") # INTEGRATION TESTS - set(test_libs llui llmessage llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES}) + set(test_libs llui llmessage llcommon ${LLCOMMON_LIBRARIES} ${WINDOWS_LIBRARIES} ${HUNSPELL_LIBRARY}) LL_ADD_INTEGRATION_TEST(llurlentry llurlentry.cpp "${test_libs}") endif(LL_TESTS) |