diff options
author | Dave Parks <davep@lindenlab.com> | 2010-10-14 11:26:59 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-10-14 11:26:59 -0500 |
commit | c0d882fbff8b0bae584b25f57ebe614aeada6034 (patch) | |
tree | 20418c6d1a614d5075d8a63fd80a709b5fb90069 /indra/newview | |
parent | 1259e05edcef4d1e23b38c9ca06b4ecd3f858781 (diff) |
Updated colladadom.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 55a2fb7630..db2712f4f2 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1498,6 +1498,9 @@ if (WINDOWS) ${SHARED_LIB_STAGING_DIR}/Release/glod.dll ${SHARED_LIB_STAGING_DIR}/RelWithDebInfo/glod.dll ${SHARED_LIB_STAGING_DIR}/Debug/glod.dll + ${SHARED_LIB_STAGING_DIR}/Release/libcollada14dom21.dll + ${SHARED_LIB_STAGING_DIR}/RelWithDebInfo/libcollada14dom21.dll + ${SHARED_LIB_STAGING_DIR}/Debug/libcollada14dom21-d.dll ${SHARED_LIB_STAGING_DIR}/Release/openjpeg.dll ${SHARED_LIB_STAGING_DIR}/RelWithDebInfo/openjpeg.dll ${SHARED_LIB_STAGING_DIR}/Debug/openjpegd.dll |