hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Fri, 28 Feb 2014 13:55:16 +0400
changeset 10164 0570d4b22187
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
AI doesn't skip till action on the map stops (mostly dedicated to highlander) + various small tweaks

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)