hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Thu, 12 Dec 2013 22:57:51 +0400
changeset 9785 74445ca0b489
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
More sane default weapons: remove rc, freezer, portals and landspray

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)