summaryrefslogtreecommitdiffstats
path: root/CMakeModules/CopyYuzuUnicornDeps.cmake
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-06-22 20:28:26 +0200
committerGitHub <noreply@github.com>2018-06-22 20:28:26 +0200
commitea1880f47c27c9c0d597584a8fb610e856bb790f (patch)
tree11fda117f271f2db51aa8759fc7cc26b36181872 /CMakeModules/CopyYuzuUnicornDeps.cmake
parentMerge pull request #579 from SciresM/master (diff)
parentUse Ninja for MSVC AppVeyor builds (diff)
downloadyuzu-ea1880f47c27c9c0d597584a8fb610e856bb790f.tar
yuzu-ea1880f47c27c9c0d597584a8fb610e856bb790f.tar.gz
yuzu-ea1880f47c27c9c0d597584a8fb610e856bb790f.tar.bz2
yuzu-ea1880f47c27c9c0d597584a8fb610e856bb790f.tar.lz
yuzu-ea1880f47c27c9c0d597584a8fb610e856bb790f.tar.xz
yuzu-ea1880f47c27c9c0d597584a8fb610e856bb790f.tar.zst
yuzu-ea1880f47c27c9c0d597584a8fb610e856bb790f.zip
Diffstat (limited to 'CMakeModules/CopyYuzuUnicornDeps.cmake')
-rw-r--r--CMakeModules/CopyYuzuUnicornDeps.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeModules/CopyYuzuUnicornDeps.cmake b/CMakeModules/CopyYuzuUnicornDeps.cmake
index 7af0ef023..c32f717c8 100644
--- a/CMakeModules/CopyYuzuUnicornDeps.cmake
+++ b/CMakeModules/CopyYuzuUnicornDeps.cmake
@@ -1,6 +1,6 @@
function(copy_yuzu_unicorn_deps target_dir)
include(WindowsCopyFiles)
- set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/$<CONFIG>/")
+ set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/")
windows_copy_files(${target_dir} ${UNICORN_DLL_DIR} ${DLL_DEST}
libgcc_s_seh-1.dll
libwinpthread-1.dll