hedgewars/sdlmain/CMakeLists.txt
author nemo
Sun, 05 Apr 2015 16:41:39 -0400
changeset 10895 bce67defd804
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Make bouncing a bit less wtf for various gears tested (hog, 'zooka, saucer hog, drill strike). Less hacky is another matter.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)