diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-04-18 17:03:46 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-04-18 17:03:46 -0400 |
commit | 130db30b269a04bcf6b3a672056098cccb73efb0 (patch) | |
tree | f1a5bdc599c82dc1b75fc904f14d3300e723e940 /indra/cmake | |
parent | 17a70ddf8fa71386ff231bdd00af28d82f5d1154 (diff) |
adding collada and minizip to the libraries we package the viewer with.
Diffstat (limited to 'indra/cmake')
-rwxr-xr-x | 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 d4c478c3c7..e42a013bde 100755 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -249,6 +249,7 @@ elseif(LINUX) libaprutil-1.so.0
libatk-1.0.so
libbreakpad_client.so.0
+ libcollada14dom.so
libcrypto.so.0.9.8
libdb-5.1.so
libexpat.so
@@ -259,6 +260,7 @@ elseif(LINUX) libgobject-2.0.so
libgtest_main.so
libgtest.so.0
+ libminizip.so
libopenal.so
libopenjpeg.so
libssl.so
|