hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Sat, 21 Sep 2013 23:54:57 +0400
changeset 9464 901e363d5837
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Finish rework of default binds system. Default binds now work even before first turn.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)