hedgewars/sdlmain/CMakeLists.txt
author nemo
Mon, 30 Sep 2013 12:37:44 -0400
changeset 9479 167dea42d7d7
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
move border back a bit from left/right bounds, bee tweak

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)