diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-18 15:18:09 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-18 15:18:09 -0700 |
commit | f96237c963665201b01e565db4c69e6ca9a8c8f1 (patch) | |
tree | 3c89c9511fcf4b766013e3f73b43dc742c25811f | |
parent | 05d90b56797221ef8d52099722c467a9422c7ce6 (diff) |
Move the CoreHTTP libraries down
-rwxr-xr-x | indra/llui/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index 282df98974..95cf32ee4a 100755 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -268,12 +268,12 @@ add_library (llui ${llui_SOURCE_FILES}) # Libraries on which this library depends, needed for Linux builds # Sort by high-level to low-level target_link_libraries(llui - ${LLMESSAGE_LIBRARIES} - ${LLCOREHTTP_LIBRARIES} ${LLRENDER_LIBRARIES} ${LLWINDOW_LIBRARIES} ${LLIMAGE_LIBRARIES} ${LLINVENTORY_LIBRARIES} + ${LLMESSAGE_LIBRARIES} + ${LLCOREHTTP_LIBRARIES} ${LLVFS_LIBRARIES} # ugh, just for LLDir ${LLXUIXML_LIBRARIES} ${LLXML_LIBRARIES} |