hedgewars/sdlmain/CMakeLists.txt
author nemo
Sun, 01 Nov 2015 15:08:39 -0500
changeset 11267 9621fdcad965
parent 8804 32bc222ddca6
child 11368 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)