hedgewars/sdlmain/CMakeLists.txt
author wuzzy
Sat, 12 Sep 2015 19:00:52 +0200
changeset 11167 13d332e62860
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
german translation updates

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)