Windows (MSVC2013) move to SDL2

This commit is contained in:
Martijn Berger
2014-11-13 16:19:57 +01:00
parent dc519f3eb7
commit 96ca64629d
6 changed files with 8 additions and 5 deletions

View File

@@ -747,7 +747,7 @@ elseif(WIN32)
if(WITH_SDL)
install(
FILES ${LIBDIR}/sdl/lib/SDL.dll
FILES ${LIBDIR}/sdl/lib/SDL2.dll
DESTINATION "."
)
endif()