hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Thu, 05 Nov 2015 04:42:22 +0100
changeset 11305 a20f416c91ec
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fix bug reported by S.D.: throwing a sticking mine into a bouncy pit never ends turn. see also http://hedgewars.org/node/6350

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)