hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Mon, 01 Dec 2014 19:24:40 +0100
changeset 10600 e28d86fc393e
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fix despeckle

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)