summaryrefslogtreecommitdiff
path: root/CMakeModules/CopyYuzuSDLDeps.cmake
diff options
context:
space:
mode:
authorGravatar bunnei2018-06-23 03:17:32 -0400
committerGravatar GitHub2018-06-23 03:17:32 -0400
commit0b831dd2ba26e8d13b166efe914e9234ee5d04e1 (patch)
treec251581c2b52ec40d15cf8d1078da7bfa42f831a /CMakeModules/CopyYuzuSDLDeps.cmake
parentFixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope... (diff)
downloadyuzu-0b831dd2ba26e8d13b166efe914e9234ee5d04e1.tar.gz
yuzu-0b831dd2ba26e8d13b166efe914e9234ee5d04e1.tar.xz
yuzu-0b831dd2ba26e8d13b166efe914e9234ee5d04e1.zip
Revert "Use Ninja for MSVC AppVeyor builds" (#584)
Diffstat (limited to 'CMakeModules/CopyYuzuSDLDeps.cmake')
-rw-r--r--CMakeModules/CopyYuzuSDLDeps.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeModules/CopyYuzuSDLDeps.cmake b/CMakeModules/CopyYuzuSDLDeps.cmake
index e6f455960..5963684f4 100644
--- a/CMakeModules/CopyYuzuSDLDeps.cmake
+++ b/CMakeModules/CopyYuzuSDLDeps.cmake
@@ -1,5 +1,5 @@
1function(copy_yuzu_SDL_deps target_dir) 1function(copy_yuzu_SDL_deps target_dir)
2 include(WindowsCopyFiles) 2 include(WindowsCopyFiles)
3 set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/") 3 set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/$<CONFIG>/")
4 windows_copy_files(${target_dir} ${SDL2_DLL_DIR} ${DLL_DEST} SDL2.dll) 4 windows_copy_files(${target_dir} ${SDL2_DLL_DIR} ${DLL_DEST} SDL2.dll)
5endfunction(copy_yuzu_SDL_deps) 5endfunction(copy_yuzu_SDL_deps)