hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Fri, 14 Mar 2014 00:42:04 +0400
changeset 10195 d1c23bb73346
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
- Room save/load into/from file - Vote on map (not complete implementation, also voting itself is still buggy)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)