Fix build on macOS and linux
This commit is contained in:
parent
16e512f2a7
commit
d616b36e7b
6 changed files with 11 additions and 10 deletions
5
CMakeModules/CopyYuzuSDLDeps.cmake
Normal file
5
CMakeModules/CopyYuzuSDLDeps.cmake
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue