Merge pull request #2303 from freiro/citra-qt_missing_sdl2_dll

Copy SDL2.dll when compiling citra-qt with msvc
This commit is contained in:
bunnei
2016-12-16 11:35:55 -05:00
committed by GitHub
5 changed files with 33 additions and 30 deletions

View File

@ -1,5 +1,6 @@
# CMake 3.2 required for cmake to know the right flags for CXX standard on OSX
cmake_minimum_required(VERSION 3.2)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
function(download_bundled_external remote_path lib_name prefix_var)
set(prefix "${CMAKE_BINARY_DIR}/externals/${lib_name}")