summaryrefslogtreecommitdiff
path: root/indra/integration_tests
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-05-31 14:26:15 -0400
committerOz Linden <oz@lindenlab.com>2012-05-31 14:26:15 -0400
commit925db41711bc319e870aa35f74b58f4e7a74420c (patch)
tree69bac61403e5e432c073fb3e7ea29b6c3107a142 /indra/integration_tests
parentf09bd7669fcf976edf82c3ce70b26ea044019c67 (diff)
parent5cad51594dc583c63bf88376feedb0b170868d3d (diff)
merge changes for storm-276
Diffstat (limited to 'indra/integration_tests')
-rw-r--r--indra/integration_tests/llui_libtest/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/integration_tests/llui_libtest/CMakeLists.txt b/indra/integration_tests/llui_libtest/CMakeLists.txt
index 1180460f4b..4332261739 100644
--- a/indra/integration_tests/llui_libtest/CMakeLists.txt
+++ b/indra/integration_tests/llui_libtest/CMakeLists.txt
@@ -19,6 +19,7 @@ include(LLUI)
include(LLVFS) # ugh, needed for LLDir
include(LLXML)
include(LLXUIXML)
+include(Hunspell)
include(Linking)
# include(Tut)
@@ -33,6 +34,7 @@ include_directories(
${LLWINDOW_INCLUDE_DIRS}
${LLXML_INCLUDE_DIRS}
${LLXUIXML_INCLUDE_DIRS}
+ ${LIBS_PREBUILD_DIR}/include/hunspell
)
set(llui_libtest_SOURCE_FILES
@@ -80,6 +82,7 @@ target_link_libraries(llui_libtest
${LLIMAGEJ2COJ_LIBRARIES}
${OS_LIBRARIES}
${GOOGLE_PERFTOOLS_LIBRARIES}
+ ${HUNSPELL_LIBRARY}
)
if (WINDOWS)