cmake: Make sure to copy other mbedtls libraries

This commit is contained in:
jp9000 2020-11-23 12:29:29 -08:00
parent 1f962cff93
commit 2902cdb2ff

View File

@ -70,6 +70,10 @@ file(GLOB FFMPEG_BIN_FILES
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libmbedcrypto*.dll"
"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libmbedcrypto*.dll"
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libmbedtls*.dll"
"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libmbedtls*.dll"
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libmbedx509*.dll"
"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libmbedx509*.dll"
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/libopus*.dll"
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/opus*.dll"