hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Mon, 08 Dec 2014 21:57:06 +0100
changeset 10644 3b8290381fcb
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
make sure view limits are updated at start of game

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)