hedgewars/sdlmain/CMakeLists.txt
author Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Thu, 15 Jan 2015 11:48:28 +0100
changeset 10783 8e742c9ffdf8
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Add RelWithDebInfo for debugging purposes

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)