From 784a67c04c4dbceb1d86b3fde8eb64983cc0ef41 Mon Sep 17 00:00:00 2001 From: Cinders <cinder@cinderblocks.biz> Date: Mon, 17 Aug 2015 10:34:41 -0600 Subject: [PATCH] Fix linking for llslurl test --- indra/newview/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 22dd0eafd7..18f84fbca6 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2473,6 +2473,7 @@ if (LL_TESTS) ) set(test_libs + ${LLUI_LIBRARIES} ${LLXML_LIBRARIES} ${LLMESSAGE_LIBRARIES} ${LLCOREHTTP_LIBRARIES} -- GitLab