hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Tue, 14 Jul 2015 03:45:27 +0200
changeset 11011 6c66b594b780
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
update german translation

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)