Fix build on macOS and linux

This commit is contained in:
MerryMage 2018-01-13 22:14:04 +00:00
parent 16e512f2a7
commit d616b36e7b
6 changed files with 11 additions and 10 deletions

View file

@ -0,0 +1,5 @@
function(copy_yuzu_SDL_deps target_dir)
include(WindowsCopyFiles)
set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/$<CONFIG>/")
windows_copy_files(${target_dir} ${SDL2_DLL_DIR} ${DLL_DEST} SDL2.dll)
endfunction(copy_yuzu_SDL_deps)