hedgewars/sdlmain/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Mon, 02 Dec 2013 03:07:28 +0200 (2013-12-02)
changeset 9733 37f84780eb14
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
fixed overlapping bubbles and wrong dialog triggering in moon01
find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)