From afff2d12b8fc2e824450bb816cda455b765db07f Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Tue, 18 Aug 2015 11:40:24 -0700 Subject: See if this helps the linux build. If not change will be needed to viewer-update-llapearance-utility repo --- indra/llappearance/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/llappearance/CMakeLists.txt') diff --git a/indra/llappearance/CMakeLists.txt b/indra/llappearance/CMakeLists.txt index 0dbd58b7cd..f32e072a71 100644 --- a/indra/llappearance/CMakeLists.txt +++ b/indra/llappearance/CMakeLists.txt @@ -86,6 +86,8 @@ target_link_libraries(llappearance ${LLMATH_LIBRARIES} ${LLXML_LIBRARIES} ${LLMATH_LIBRARIES} + ${LLMESSAGE_LIBRARIES} + ${LLCOREHTTP_LIBRARIES} ${LLCOMMON_LIBRARIES} ) @@ -101,6 +103,8 @@ if (BUILD_HEADLESS) ${LLMATH_LIBRARIES} ${LLXML_LIBRARIES} ${LLMATH_LIBRARIES} + ${LLMESSAGE_LIBRARIES} + ${LLCOREHTTP_LIBRARIES} ${LLCOMMON_LIBRARIES} ) endif (BUILD_HEADLESS) -- cgit v1.2.3