hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Mon, 15 Dec 2014 19:37:44 +0100
changeset 10676 7111b4a46b5c
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fix for issue #855: Failure to teleport rarely makes engine crash

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)