diff options
author | Thomas Nelson <rider@lindenlab.com> | 2017-11-03 12:16:36 -0700 |
---|---|---|
committer | Thomas Nelson <rider@lindenlab.com> | 2017-11-03 12:16:36 -0700 |
commit | 36c2992b01631150f7259c98df1cb46020757066 (patch) | |
tree | 80b2d24d413dc2001092e002dde7ceec33c0e70d /indra/llplugin | |
parent | 61e6632a713041e8e4ccebf72874767238bf8a48 (diff) | |
parent | 6d94bb263fe7ab6eac2d578befdee6fdb4779c15 (diff) |
Merged lindenlab/viewer64 into default
Diffstat (limited to 'indra/llplugin')
-rw-r--r-- | indra/llplugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/CMakeLists.txt b/indra/llplugin/CMakeLists.txt index 2cdea67723..129efeb529 100644 --- a/indra/llplugin/CMakeLists.txt +++ b/indra/llplugin/CMakeLists.txt @@ -82,7 +82,7 @@ if (LL_TESTS) set_source_files_properties( llplugincookiestore.cpp PROPERTIES - LL_TEST_ADDITIONAL_LIBRARIES "${CURL_LIBRARIES}" + LL_TEST_ADDITIONAL_LIBRARIES "${CURL_LIBRARIES};${NGHTTP2_LIBRARIES}" ) LL_ADD_PROJECT_UNIT_TESTS(llplugin "${llplugin_TEST_SOURCE_FILES}") |