hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Thu, 05 Dec 2013 00:51:27 +0400
changeset 9753 9579596cf471
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
- Special rooms which stay even when last player quits. Not useful for now, and can't be removed at all. - Define default value for SCRIPT in room config - Allow server admins to join 'registered users only' room

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)