summaryrefslogtreecommitdiff
path: root/indra/cmake/Copy3rdPartyLibs.cmake
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2014-03-26 11:32:22 -0700
committerCallum Prentice <callum@lindenlab.com>2014-03-26 11:32:22 -0700
commit2351cd0596acbb29518868a74357fcbd4971b5d9 (patch)
treebbfcfa3a519a2269a4dcd50c375a40c3400ea0b0 /indra/cmake/Copy3rdPartyLibs.cmake
parent0c9d3203da6b474bdeef848f5394ee5369662ecb (diff)
parent31a3a3da5db077c4d9b8fe06a18de98c822db6ab (diff)
merge with viewer-release
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rwxr-xr-xindra/cmake/Copy3rdPartyLibs.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index 44c2d3ac27..f98e88b697 100755
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -64,6 +64,7 @@ if(WINDOWS)
endif(USE_TCMALLOC)
if (FMODEX)
+ set(debug_files ${debug_files} fmodexL.dll)
set(release_files ${release_files} fmodex.dll)
endif (FMODEX)
@@ -294,7 +295,8 @@ elseif(LINUX)
endif (USE_TCMALLOC)
if (FMODEX)
- set(release_file ${release_files} "libfmodex.so")
+ set(debug_files ${debug_files} "libfmodexL.so")
+ set(release_files ${release_files} "libfmodex.so")
endif (FMODEX)
else(WINDOWS)