diff options
author | Aura Linden <aura@lindenlab.com> | 2013-02-15 17:05:01 -0800 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2013-02-15 17:05:01 -0800 |
commit | 669d1295a3c5745db566f40d12f3de19445131df (patch) | |
tree | 81d7ceeeb8c27f6fe154204bb7598c292373f24e /indra/newview/CMakeLists.txt | |
parent | 973e39608ac8d12a2ee70a69ea8eb14e1bfc7b5f (diff) |
Added ca-bundle.crt behaviors for Mac and Windows.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index dff2c04fbc..caad29131c 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1636,6 +1636,7 @@ if (WINDOWS) ${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/zlib1.dll ${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/vivoxplatform.dll ${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/vivoxoal.dll + ${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}/ca-bundle.crt ${GOOGLE_PERF_TOOLS_SOURCE} ${CMAKE_CURRENT_SOURCE_DIR}/licenses-win32.txt ${CMAKE_CURRENT_SOURCE_DIR}/featuretable.txt |