hedgewars/sdlmain/CMakeLists.txt
author wuzzy
Thu, 30 Oct 2014 18:47:51 -0400
changeset 10457 482c744b272c
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Updates to german translation

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)