hedgewars/sdlmain/CMakeLists.txt
author nemo
Mon, 30 Dec 2013 18:29:23 -0500
branch0.9.20
changeset 9885 34e8880f1f0a
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
missed this in the merge. rejected the uGearsHandlersMess changes thinking they were all desyncing, but there was the function rename from uLandGraphics

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)