hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Wed, 04 Jun 2014 19:39:54 +0200
changeset 10255 fdc342ebdc31
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
tweak untint a little (especially in connection with GrayScale)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)