hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Mon, 17 Nov 2014 23:23:10 +0100
changeset 10512 25021aac078e
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fix underwater-skipping bug and make air-strike missiles submersible when fired from within weSea

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)