diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-08-18 16:35:03 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-08-18 16:35:03 -0700 | 
| commit | 6a6e914286b17d022850e0dadd2f77f73663bb94 (patch) | |
| tree | 2f3677bde7cc09f21082dcc4ef9b75a503f7528d /indra/llmessage | |
| parent | d21c94d9a3554ebe4ed92afcbf583105ad93cdad (diff) | |
MAINT-5506: Establish circular dependency between LLMessage & LLCoreHttp
Diffstat (limited to 'indra/llmessage')
| -rwxr-xr-x | indra/llmessage/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index e08127eebf..9739f7c607 100755 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -231,6 +231,7 @@ target_link_libraries(    ${OPENSSL_LIBRARIES}    ${CRYPTO_LIBRARIES}    ${XMLRPCEPI_LIBRARIES} +  ${LLCOREHTTP_LIBRARIES}    ${BOOST_COROUTINE_LIBRARY}    ${BOOST_CONTEXT_LIBRARY}    ${BOOST_SYSTEM_LIBRARY} | 
