hedgewars/sdlmain/CMakeLists.txt
author nemo
Fri, 11 Oct 2013 10:42:50 -0400
changeset 9522 a386e1cdc468
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
tiny tweak to silly mode

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)