hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Sat, 10 Oct 2015 18:18:26 +0200
changeset 11204 3ff617fccc67
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Lua-API: onSuddenDeath hook

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)