hedgewars/sdlmain/CMakeLists.txt
author nemo
Tue, 24 Jun 2014 08:49:09 -0400
changeset 10339 a1168c400c90
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
couple of custom sprites for mikade to override in a lua sidecar if he wants to

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)