hedgewars/sdlmain/CMakeLists.txt
author nemo
Wed, 18 Dec 2013 15:13:58 -0500
changeset 9806 091054b78cad
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
merge since this was committed prior to the hat addition

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)