summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-01-14 05:17:42 +0100
committerJames Rowe <jroweboy@gmail.com>2018-01-14 05:17:42 +0100
commita24dbcac6e77c7332a9bae49b7e4cc5a5e1d6550 (patch)
treec853c3231317f5c8e70910f6c0a4abedb6baecf8 /src
parentMinor cleanup (diff)
downloadyuzu-a24dbcac6e77c7332a9bae49b7e4cc5a5e1d6550.tar
yuzu-a24dbcac6e77c7332a9bae49b7e4cc5a5e1d6550.tar.gz
yuzu-a24dbcac6e77c7332a9bae49b7e4cc5a5e1d6550.tar.bz2
yuzu-a24dbcac6e77c7332a9bae49b7e4cc5a5e1d6550.tar.lz
yuzu-a24dbcac6e77c7332a9bae49b7e4cc5a5e1d6550.tar.xz
yuzu-a24dbcac6e77c7332a9bae49b7e4cc5a5e1d6550.tar.zst
yuzu-a24dbcac6e77c7332a9bae49b7e4cc5a5e1d6550.zip
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index 0dedfc83f..5b446dc36 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -86,8 +86,8 @@ if(UNIX AND NOT APPLE)
endif()
if (MSVC)
- include(CopyCitraQt5Deps)
- include(CopyCitraSDLDeps)
+ include(CopyYuzuQt5Deps)
+ include(CopyYuzuSDLDeps)
include(CopyYuzuUnicornDeps)
copy_yuzu_Qt5_deps(yuzu)
copy_yuzu_SDL_deps(yuzu)