hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Wed, 02 Jul 2014 23:55:00 +0400
changeset 10349 a51de45dcc42
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Fix some issues with rejoining (rejoining client still desyncs though)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)