hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Sun, 10 Nov 2013 14:04:15 +0400
branchsdl2transition
changeset 9699 fab319c85a39
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Accept SDL_TEXTINPUT events for chat (why first and only first chat invocation receives event for 't' key?)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)