hedgewars/sdlmain/CMakeLists.txt
author nemo
Thu, 01 Jan 2015 12:43:00 -0500
changeset 10736 5b7cf9fcb47e
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
Try to handle negative gravity w/ snow. Still needs to look nicer. Currently causes banding.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)