diff options
author | Oz Linden <oz@lindenlab.com> | 2014-03-24 14:15:56 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-03-24 14:15:56 -0400 |
commit | 6db0a2a7ea60df31f4d5deb84f2135bf2ea9f955 (patch) | |
tree | ba67138361e3af388174bfca2bf0cb5982bf47db /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | cb2bd577099f87881d467249cac679200bb367f0 (diff) | |
parent | 0bc8e67ebb969888364395b8ceea02393d14e9f5 (diff) |
merge changes for DRTVWR-360
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rwxr-xr-x | indra/cmake/Copy3rdPartyLibs.cmake | 4 |
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) |