hedgewars/sdlmain/CMakeLists.txt
author nemo
Fri, 27 Sep 2013 21:52:21 -0400
changeset 9470 9ed07a96349d
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
was a bit hard to read

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)