hedgewars/sdlmain/CMakeLists.txt
author nemo
Fri, 16 Jan 2015 17:51:29 -0500
changeset 10789 acbf69e2e5cf
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
experiment with air mines. thought they could make shoppa... interesting. ToDo: Allow mines to give up, tweak distances, real graphics, toggle for whether they can acquire a new target while they haven't given up.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)