hedgewars/sdlmain/CMakeLists.txt
author nemo
Sun, 01 Nov 2015 15:08:39 -0500 (2015-11-01)
changeset 11272 9621fdcad965
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
do the same thing for the chute/birdy/saucer block
find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)