diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2016-03-01 17:24:18 +0000 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-03-02 14:09:02 +0000 |
commit | ba2a54a9dd6e5a263c5e6886e55b3bc55b95b4ab (patch) | |
tree | 182d660b2f2c8572266144f46817e5a221aa4caf /appveyor.yml | |
parent | 2b00bdec1f83be82acb65bb316086858134e5766 (diff) |
Dependencies: Remove GLFW, Add SDL2
citra: Remove GLFW, Add SDL2
FindSDL2: Do not CACHE SDL2_* variables if library is not found
EmuWindow_SDL2: Set minimal client area at initialisation time
EmuWindow_SDL2: Corrections
EmuWindow_SDL2: Fix no decorations on startup on OS X
cmake: windows_copy_files
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index a5ed35392..1edd7041f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ install: before_build: - mkdir build - cd build - - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DCITRA_USE_BUNDLED_QT=1 .. + - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. - cd .. after_build: |