diff options
author | Alain Linden <alain@lindenlab.com> | 2011-02-08 12:14:17 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-02-08 12:14:17 -0800 |
commit | 6dd41886b3dfbc2df4ccc6bb75722a5aaee23682 (patch) | |
tree | f66c69c9764773b6338932cecc8e3c7e73d419d9 /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | c2bfa25299c798b811c50b2f6f793d3a9bb914dd (diff) |
fix a couple more packaging problems...
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 938cec3800..0c65229afc 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -37,6 +37,8 @@ if(WINDOWS) libapr-1.dll libaprutil-1.dll libapriconv-1.dll + ssleay32.dll + libeay32.dll ) set(release_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}") @@ -46,6 +48,8 @@ if(WINDOWS) libaprutil-1.dll libapriconv-1.dll dbghelp.dll + ssleay32.dll + libeay32.dll ) if(USE_GOOGLE_PERFTOOLS) |