This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2020-10-27 03:07:36 +00:00
|
|
|
function(copy_yuzu_FFmpeg_deps target_dir)
|
|
|
|
include(WindowsCopyFiles)
|
|
|
|
set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/$<CONFIG>/")
|
2021-02-09 04:11:59 +00:00
|
|
|
windows_copy_files(${target_dir} ${FFmpeg_DLL_DIR} ${DLL_DEST}
|
2020-10-27 03:07:36 +00:00
|
|
|
avcodec-58.dll
|
|
|
|
avutil-56.dll
|
|
|
|
swresample-3.dll
|
|
|
|
swscale-5.dll
|
|
|
|
)
|
|
|
|
endfunction(copy_yuzu_FFmpeg_deps)
|