From 8f0bd4b388ac74d5528fbbb83527e173c5624eec Mon Sep 17 00:00:00 2001 From: Oz Linden <oz@lindenlab.com> Date: Fri, 13 Apr 2012 15:33:39 -0400 Subject: [PATCH] add cmake configuration for hunspell to llui integration test --- indra/integration_tests/llui_libtest/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/integration_tests/llui_libtest/CMakeLists.txt b/indra/integration_tests/llui_libtest/CMakeLists.txt index ba6b318cb8e..43322617394 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) -- GitLab