diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-10-24 11:22:49 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-10-24 11:22:49 -0400 |
commit | 96ac49c3e2c6f5253938d4fbcae722543f00aecb (patch) | |
tree | 7caf590933840d0685b1442181f36989cfbd70b0 /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | 9c5becd67d7e6fe5f696dcae8690dd562b7b0449 (diff) | |
parent | 7d63a3fa5f4aa0b7529a1404fb43e9480e9f0cdf (diff) |
MAINT-7081: Merge from lindenlab/viewer64.
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 5ccbe7d1d8..bd55fc39c0 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -37,6 +37,7 @@ if(WINDOWS) libapriconv-1.dll ssleay32.dll libeay32.dll + nghttp2.dll glod.dll libhunspell.dll ) @@ -169,6 +170,7 @@ elseif(DARWIN) ${EXPAT_COPY} libGLOD.dylib libndofdev.dylib + libnghttp2.dylib ) if (FMODEX) |