summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-08-19 16:44:47 -0700
committerRider Linden <rider@lindenlab.com>2015-08-19 16:44:47 -0700
commit8adb6997b1ad1289e8832d81a5446dcdadaf5e06 (patch)
tree6dc94875455123ba6ab6200ba9b72927543ff282 /indra
parent48d75444ef00c5c770a5b67b14729710a8fc7668 (diff)
I must be losing my mind...
Diffstat (limited to 'indra')
-rwxr-xr-xindra/cmake/CMakeLists.txt2
-rw-r--r--indra/cmake/LLAppearance.cmake8
2 files changed, 8 insertions, 2 deletions
diff --git a/indra/cmake/CMakeLists.txt b/indra/cmake/CMakeLists.txt
index 44f3b4346c..91e97c5154 100755
--- a/indra/cmake/CMakeLists.txt
+++ b/indra/cmake/CMakeLists.txt
@@ -58,7 +58,7 @@ set(cmake_SOURCE_FILES
JsonCpp.cmake
LLAddBuildTest.cmake
LLAppearance.cmake
-## LLAppearanceUtility.cmake
+# LLAppearanceUtility.cmake
LLAudio.cmake
LLCharacter.cmake
LLCommon.cmake
diff --git a/indra/cmake/LLAppearance.cmake b/indra/cmake/LLAppearance.cmake
index b51c19fda4..0ad2c1d4ed 100644
--- a/indra/cmake/LLAppearance.cmake
+++ b/indra/cmake/LLAppearance.cmake
@@ -15,6 +15,12 @@ if (BUILD_HEADLESS)
)
endif (BUILD_HEADLESS)
-set(LLAPPEARANCE_LIBRARIES llappearance)
+set(LLAPPEARANCE_LIBRARIES llappearance
+ llmessage
+ llcorehttp
+ ${BOOST_COROUTINE_LIBRARY}
+ ${BOOST_CONTEXT_LIBRARY}
+ ${BOOST_SYSTEM_LIBRARY})
+)