diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-04-10 15:57:39 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-04-10 15:57:39 -0400 | 
| commit | 63196a9c08c94ced5bb9ff5b9e623564d956bcd8 (patch) | |
| tree | 9239c4f0f198de7f6384b5fa5a7f05a114175bdd | |
| parent | 2781d117ff20141b70ac96aec4b5261a13547ab9 (diff) | |
add hunspell libs
| -rw-r--r-- | indra/llui/CMakeLists.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index 1377336bb4..2208a2f327 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -25,6 +25,7 @@ include_directories(      ${LLVFS_INCLUDE_DIRS}      ${LLXML_INCLUDE_DIRS}      ${LLXUIXML_INCLUDE_DIRS} +    ${LIBS_PREBUILD_DIR}/include/hunspell      )  set(llui_SOURCE_FILES @@ -252,6 +253,7 @@ add_library (llui ${llui_SOURCE_FILES})  # Libraries on which this library depends, needed for Linux builds  # Sort by high-level to low-level  target_link_libraries(llui +    ${HUNSPELL_LIBRARY}      ${LLMESSAGE_LIBRARIES}      ${LLRENDER_LIBRARIES}      ${LLWINDOW_LIBRARIES} | 
