hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Mon, 03 Feb 2014 14:06:11 +0100
changeset 10099 67b7bc539639
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fix for issue #777 (IceGun: Segfault when freezing water, with rqBlurryLand enabled)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)