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

@@ -1675,7 +1675,7 @@ elseif(WIN32)
if(WITH_SDL)
set(SDL ${LIBDIR}/sdl)
set(SDL_INCLUDE_DIR ${SDL}/include)
set(SDL_LIBRARY SDL)
set(SDL_LIBRARY SDL2)
set(SDL_LIBPATH ${SDL}/lib)
endif()