hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Sun, 30 Nov 2014 21:15:46 +0100
changeset 10588 6189bb1c903d
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
don't forbid running regular chat commands during turns of other teams. that was probably only meant for emotes to begin with

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)