Link against SDL2.

- Use MSVC delayed loading on Windows.
- Rely on system libraries for Linux.
- Add libsdl2-dev to Travis.
This commit is contained in:
Joel Linn
2020-02-10 00:38:47 +01:00
committed by Rick Gibbed
parent d355d433c5
commit 498b73612f
2 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ addons:
- libc++abi-dev
- libgtk-3-dev
- libpthread-stubs0-dev
- libsdl2-dev
#- libvulkan1
#- libvulkan-dev
- libx11-dev