hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Thu, 19 Jun 2014 23:32:11 +0400
changeset 10336 3edfa6b68407
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Fix issue #791: - Send drawn map data on room creation - Don't use MAP parameter to deduce mapgen when it is one of "+rnd+", "+drawn+", "+maze+"

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)