summaryrefslogtreecommitdiff
path: root/CMakeModules/CopyYuzuQt5Deps.cmake
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-06-23 03:17:32 -0400
committerGitHub <noreply@github.com>2018-06-23 03:17:32 -0400
commit0b831dd2ba26e8d13b166efe914e9234ee5d04e1 (patch)
treec251581c2b52ec40d15cf8d1078da7bfa42f831a /CMakeModules/CopyYuzuQt5Deps.cmake
parent81f24f568519ce7b035e3631b12a816e2a1c8579 (diff)
Revert "Use Ninja for MSVC AppVeyor builds" (#584)
Diffstat (limited to 'CMakeModules/CopyYuzuQt5Deps.cmake')
-rw-r--r--CMakeModules/CopyYuzuQt5Deps.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeModules/CopyYuzuQt5Deps.cmake b/CMakeModules/CopyYuzuQt5Deps.cmake
index bfad52c4a..ed24c742c 100644
--- a/CMakeModules/CopyYuzuQt5Deps.cmake
+++ b/CMakeModules/CopyYuzuQt5Deps.cmake
@@ -1,6 +1,6 @@
function(copy_yuzu_Qt5_deps target_dir)
include(WindowsCopyFiles)
- set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/")
+ set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/$<CONFIG>/")
set(Qt5_DLL_DIR "${Qt5_DIR}/../../../bin")
set(Qt5_PLATFORMS_DIR "${Qt5_DIR}/../../../plugins/platforms/")
set(PLATFORMS ${DLL_DEST}platforms/)