summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-12-22 22:32:14 -0800
committerMerov Linden <merov@lindenlab.com>2010-12-22 22:32:14 -0800
commite874b156c5861226fcca9d7bfa7f6131790eaf0d (patch)
treeb5a6c3b02ef5faa4d3d3c167fab196c95229e11f
parentfa70acc5aa63145e7268e1c0d0612bf0463482f2 (diff)
parenta8edb1af21a8c145e68935c30c1707ec8feb34b8 (diff)
STORM-744 : pull from STORM-151
-rw-r--r--indra/integration_tests/llui_libtest/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/integration_tests/llui_libtest/CMakeLists.txt b/indra/integration_tests/llui_libtest/CMakeLists.txt
index 2a00dbee6f..e0772e55ca 100644
--- a/indra/integration_tests/llui_libtest/CMakeLists.txt
+++ b/indra/integration_tests/llui_libtest/CMakeLists.txt
@@ -10,6 +10,7 @@ include(00-Common)
include(LLCommon)
include(LLImage)
include(LLImageJ2COJ) # ugh, needed for images
+include(LLKDU)
include(LLMath)
include(LLMessage)
include(LLRender)
@@ -71,7 +72,10 @@ endif (DARWIN)
target_link_libraries(llui_libtest
llui
llmessage
+ ${LLRENDER_LIBRARIES}
${LLIMAGE_LIBRARIES}
+ ${LLKDU_LIBRARIES}
+ ${KDU_LIBRARY}
${LLIMAGEJ2COJ_LIBRARIES}
${OS_LIBRARIES}
${GOOGLE_PERFTOOLS_LIBRARIES}