Merge pull request #343 from jordan-woyak/disable-sdl-windows

Disable SDL input on Windows.
This commit is contained in:
shuffle2
2014-05-21 19:47:44 -07:00
145 changed files with 11 additions and 51799 deletions

View File

@ -37,9 +37,6 @@ if(NOT ANDROID)
if(SDL_FOUND)
# Using shared SDL
set(LIBS ${LIBS} ${SDL_LIBRARY})
else(SDL_FOUND)
# Using static SDL from Externals
set(LIBS ${LIBS} SDL)
endif()
endif()
else()