summaryrefslogtreecommitdiffstats
path: root/CMakeModules/CopyYuzuSDLDeps.cmake
blob: e6f45596086cd2e8ae4ab66dabac0d87befec428 (plain) (blame)
1
2
3
4
5
function(copy_yuzu_SDL_deps target_dir)
    include(WindowsCopyFiles)
    set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/")
    windows_copy_files(${target_dir} ${SDL2_DLL_DIR} ${DLL_DEST} SDL2.dll)
endfunction(copy_yuzu_SDL_deps)