hedgewars/sdlmain/CMakeLists.txt
author nemo
Sat, 19 Oct 2013 15:59:47 -0400 (2013-10-19)
changeset 9557 a5005b7ca305
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
differentiate borders a bit
find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)