diff options
author | Oz Linden <oz@lindenlab.com> | 2012-04-13 15:33:39 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-04-13 15:33:39 -0400 |
commit | 8f0bd4b388ac74d5528fbbb83527e173c5624eec (patch) | |
tree | 4b847061cafd31351971e5c1814cedad50e732a4 /indra/integration_tests/llui_libtest | |
parent | 6d050cad618493b7881ea6d0073e64ba732b6352 (diff) |
add cmake configuration for hunspell to llui integration test
Diffstat (limited to 'indra/integration_tests/llui_libtest')
-rw-r--r-- | indra/integration_tests/llui_libtest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/integration_tests/llui_libtest/CMakeLists.txt b/indra/integration_tests/llui_libtest/CMakeLists.txt index ba6b318cb8..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) |