diff options
Diffstat (limited to 'indra/integration_tests/llui_libtest')
-rw-r--r-- | indra/integration_tests/llui_libtest/CMakeLists.txt | 2 |
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 1ccdb0f20b..84e3477ce6 100644 --- a/indra/integration_tests/llui_libtest/CMakeLists.txt +++ b/indra/integration_tests/llui_libtest/CMakeLists.txt @@ -11,6 +11,7 @@ include(LLCommon) include(LLImage) include(LLImageJ2COJ) # ugh, needed for images include(LLMath) +include(LLMessage) include(LLRender) include(LLWindow) include(LLUI) @@ -67,6 +68,7 @@ endif (DARWIN) # Sort by high-level to low-level target_link_libraries(llui_libtest llui + llmessage ${OS_LIBRARIES} ${GOOGLE_PERFTOOLS_LIBRARIES} ) |