Explorar o código

cmake: Make sure to copy other mbedtls libraries

jp9000 %!s(int64=5) %!d(string=hai) anos
pai
achega
2902cdb2ff
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      cmake/Modules/CopyMSVCBins.cmake

+ 4 - 0
cmake/Modules/CopyMSVCBins.cmake

@@ -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"