diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-17 16:08:44 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-17 16:08:44 -0700 |
commit | 02b7e7ce07948a25bc1f58fdbfe3499dc917340f (patch) | |
tree | d3a639fff1a80a97780b7b238aa22dcc0a3b7eaa /indra/llprimitive | |
parent | fc2e9ec3dbf9c936a733346f099371909a68ddd4 (diff) |
Adding llcorehttp to links
Diffstat (limited to 'indra/llprimitive')
-rwxr-xr-x | indra/llprimitive/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llprimitive/CMakeLists.txt b/indra/llprimitive/CMakeLists.txt index d1475cf734..9684a3578a 100755 --- a/indra/llprimitive/CMakeLists.txt +++ b/indra/llprimitive/CMakeLists.txt @@ -70,6 +70,7 @@ target_link_libraries(llprimitive ${LLCOMMON_LIBRARIES} ${LLMATH_LIBRARIES} ${LLMESSAGE_LIBRARIES} + ${LLCOREHTTP_LIBRARIES} ${LLXML_LIBRARIES} ${LLPHYSICSEXTENSIONS_LIBRARIES} ) |