summaryrefslogtreecommitdiffstats
path: root/CMakeModules/CopyYuzuUnicornDeps.cmake
diff options
context:
space:
mode:
authorMichał Janiszewski <janisozaur@gmail.com>2018-06-05 22:46:54 +0200
committerMichał Janiszewski <janisozaur@gmail.com>2018-06-05 22:46:54 +0200
commit5c3d5d08495073178bedccbc688ac3f3eb73abe3 (patch)
tree2e1f3835af353bb65210d469ffa069dfdbb9364c /CMakeModules/CopyYuzuUnicornDeps.cmake
parentDrop /std:c++latest from MSVC command line (diff)
downloadyuzu-5c3d5d08495073178bedccbc688ac3f3eb73abe3.tar
yuzu-5c3d5d08495073178bedccbc688ac3f3eb73abe3.tar.gz
yuzu-5c3d5d08495073178bedccbc688ac3f3eb73abe3.tar.bz2
yuzu-5c3d5d08495073178bedccbc688ac3f3eb73abe3.tar.lz
yuzu-5c3d5d08495073178bedccbc688ac3f3eb73abe3.tar.xz
yuzu-5c3d5d08495073178bedccbc688ac3f3eb73abe3.tar.zst
yuzu-5c3d5d08495073178bedccbc688ac3f3eb73abe3.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