diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-06-07 15:30:14 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-06-07 15:30:14 +0800 | 
| commit | 9bd50d8dcfd00aaf08eb80e290cb0481ee79e5d8 (patch) | |
| tree | dbf43ca772eb0d3d25cafa5d7531d940d7931013 /indra | |
| parent | b6c930833bce5d501f4c4496935b7fbf13ed34aa (diff) | |
Install DLLs needed by media plugins to llplugin
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/ViewerInstall.cmake | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake index 084f103822..e2fe13c9ab 100644 --- a/indra/newview/ViewerInstall.cmake +++ b/indra/newview/ViewerInstall.cmake @@ -156,6 +156,16 @@ elseif (WINDOWS)          DESTINATION .          ) +    install( +        PROGRAMS +            ${prefix_result}/../bin/boost_context-vc143-mt-x${ADDRESS_SIZE}-1_88.dll +            ${prefix_result}/../bin/boost_fiber-vc143-mt-x${ADDRESS_SIZE}-1_88.dll +            ${prefix_result}/../bin/libapr-1.dll +            ${prefix_result}/../bin/libaprutil-1.dll +            ${prefix_result}/../bin/libexpat.dll +        DESTINATION llplugin +        ) +  else (DARWIN)  install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${VIEWER_BINARY_NAME} | 
