hedgewars/sdlmain/CMakeLists.txt
author nemo
Fri, 03 Apr 2015 16:39:09 -0400
changeset 10889 f7200e614295
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
give melon pieces a radius. is why they weren't bouncing.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)