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 From d3c2ab581763586718bc0cd86d6935bb46dc9d10 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Wed, 19 Aug 2015 12:39:51 -0700 Subject: Be sure the correct include is included. --- indra/llappearance/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llappearance/CMakeLists.txt') diff --git a/indra/llappearance/CMakeLists.txt b/indra/llappearance/CMakeLists.txt index f32e072a71..20eb4678dd 100644 --- a/indra/llappearance/CMakeLists.txt +++ b/indra/llappearance/CMakeLists.txt @@ -9,6 +9,7 @@ include(LLImage) include(LLInventory) include(LLMath) include(LLMessage) +include(LLCoreHttp) include(LLRender) include(LLVFS) include(LLWindow) -- cgit v1.2.3