summaryrefslogtreecommitdiff
path: root/indra/integration_tests/llui_libtest
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2013-09-10 14:59:33 -0700
committerDon Kjer <don@lindenlab.com>2013-09-10 14:59:33 -0700
commit683c36ae2f81bd08d83d7e37c60f447196635834 (patch)
tree05c60ca16e66a297a9ec19f0dc64c3f7664edcf0 /indra/integration_tests/llui_libtest
parent3a44c5c2a3e04ed8e7174bedb5753d29e6581019 (diff)
parente6a68e1f09e4d056b4932111e09c3bff98acf29d (diff)
Automated merge
Diffstat (limited to 'indra/integration_tests/llui_libtest')
-rwxr-xr-xindra/integration_tests/llui_libtest/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/integration_tests/llui_libtest/CMakeLists.txt b/indra/integration_tests/llui_libtest/CMakeLists.txt
index e83b4e8cd7..34e34c7e47 100755
--- a/indra/integration_tests/llui_libtest/CMakeLists.txt
+++ b/indra/integration_tests/llui_libtest/CMakeLists.txt
@@ -60,7 +60,8 @@ add_executable(llui_libtest ${llui_libtest_SOURCE_FILES})
# Link with OS-specific libraries for LLWindow dependency
if (DARWIN)
find_library(COCOA_LIBRARY Cocoa)
- set(OS_LIBRARIES ${COCOA_LIBRARY})
+ find_library(IOKIT_LIBRARY IOKit)
+ set(OS_LIBRARIES ${COCOA_LIBRARY} ${IOKIT_LIBRARY})
elseif (WINDOWS)
#ll_stack_trace needs this now...
list(APPEND WINDOWS_LIBRARIES dbghelp)