diff options
author | Nyx Linden <nyx@lindenlab.com> | 2010-11-04 16:26:27 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2010-11-04 16:26:27 -0400 |
commit | fefae4c63902e7db9d71d905bd1ab597fc3a0526 (patch) | |
tree | eb1e4ace0a48cb13ae850fc99bd61e5dd3db2ddf | |
parent | aa6256b0896aed031ff0bcbcf21f59f22c5101ff (diff) |
SH-396 WIP fix mac teamcity build for mesh-development
making sure we're copying over the necessary 3rd party library in the packaging stage
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 37f540e157..9081752287 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -174,6 +174,7 @@ elseif(DARWIN) libllqtwebkit.dylib libndofdev.dylib libexception_handler.dylib + libcollada14dom.dylib ) # fmod is statically linked on darwin |