hedgewars/sdlmain/CMakeLists.txt
author wuzzy
Sat, 12 Sep 2015 21:13:35 +0200
changeset 11168 c75f87d4bb64
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
german translation update (incl. string reordering - blame sheepluva)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)