summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-04-11 13:31:06 -0400
committerOz Linden <oz@lindenlab.com>2012-04-11 13:31:06 -0400
commitcf370a8dcde5ae77c27aa4fdd105d399c60c3d53 (patch)
tree4352bb184d7bc7f056779b5022a3d8f7117d578e /indra
parent51ceacbb45802209c36c555c03eeeb2f5fd1d3b4 (diff)
add hunspell libraries in unit test build
Diffstat (limited to 'indra')
-rw-r--r--indra/integration_tests/llui_libtest/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/integration_tests/llui_libtest/CMakeLists.txt b/indra/integration_tests/llui_libtest/CMakeLists.txt
index 1180460f4b..ba6b318cb8 100644
--- a/indra/integration_tests/llui_libtest/CMakeLists.txt
+++ b/indra/integration_tests/llui_libtest/CMakeLists.txt
@@ -33,6 +33,7 @@ include_directories(
${LLWINDOW_INCLUDE_DIRS}
${LLXML_INCLUDE_DIRS}
${LLXUIXML_INCLUDE_DIRS}
+ ${LIBS_PREBUILD_DIR}/include/hunspell
)
set(llui_libtest_SOURCE_FILES
@@ -80,6 +81,7 @@ target_link_libraries(llui_libtest
${LLIMAGEJ2COJ_LIBRARIES}
${OS_LIBRARIES}
${GOOGLE_PERFTOOLS_LIBRARIES}
+ ${HUNSPELL_LIBRARY}
)
if (WINDOWS)