diff options
| author | 2018-06-05 22:46:54 +0200 | |
|---|---|---|
| committer | 2018-06-05 22:46:54 +0200 | |
| commit | 5c3d5d08495073178bedccbc688ac3f3eb73abe3 (patch) | |
| tree | 2e1f3835af353bb65210d469ffa069dfdbb9364c /CMakeModules/CopyYuzuQt5Deps.cmake | |
| parent | Drop /std:c++latest from MSVC command line (diff) | |
| download | yuzu-5c3d5d08495073178bedccbc688ac3f3eb73abe3.tar.gz yuzu-5c3d5d08495073178bedccbc688ac3f3eb73abe3.tar.xz yuzu-5c3d5d08495073178bedccbc688ac3f3eb73abe3.zip | |
Use Ninja for MSVC AppVeyor builds
Diffstat (limited to 'CMakeModules/CopyYuzuQt5Deps.cmake')
| -rw-r--r-- | CMakeModules/CopyYuzuQt5Deps.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeModules/CopyYuzuQt5Deps.cmake b/CMakeModules/CopyYuzuQt5Deps.cmake index ed24c742c..bfad52c4a 100644 --- a/CMakeModules/CopyYuzuQt5Deps.cmake +++ b/CMakeModules/CopyYuzuQt5Deps.cmake | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | function(copy_yuzu_Qt5_deps target_dir) | 1 | function(copy_yuzu_Qt5_deps target_dir) |
| 2 | include(WindowsCopyFiles) | 2 | include(WindowsCopyFiles) |
| 3 | set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/$<CONFIG>/") | 3 | set(DLL_DEST "${CMAKE_BINARY_DIR}/bin/") |
| 4 | set(Qt5_DLL_DIR "${Qt5_DIR}/../../../bin") | 4 | set(Qt5_DLL_DIR "${Qt5_DIR}/../../../bin") |
| 5 | set(Qt5_PLATFORMS_DIR "${Qt5_DIR}/../../../plugins/platforms/") | 5 | set(Qt5_PLATFORMS_DIR "${Qt5_DIR}/../../../plugins/platforms/") |
| 6 | set(PLATFORMS ${DLL_DEST}platforms/) | 6 | set(PLATFORMS ${DLL_DEST}platforms/) |