summaryrefslogtreecommitdiff
path: root/CMakeModules/CopyYuzuUnicornDeps.cmake
diff options
context:
space:
mode:
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 c32f717c8..7af0ef023 100644
--- a/CMakeModules/CopyYuzuUnicornDeps.cmake
+++ b/CMakeModules/CopyYuzuUnicornDeps.cmake
@@ -1,6 +1,6 @@
1function(copy_yuzu_unicorn_deps target_dir) 1function(copy_yuzu_unicorn_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} ${UNICORN_DLL_DIR} ${DLL_DEST} 4 windows_copy_files(${target_dir} ${UNICORN_DLL_DIR} ${DLL_DEST}
5 libgcc_s_seh-1.dll 5 libgcc_s_seh-1.dll
6 libwinpthread-1.dll 6 libwinpthread-1.dll