hedgewars/sdlmain/CMakeLists.txt
author nemo
Mon, 22 Dec 2014 18:08:42 -0500
changeset 10697 fb38a9468862
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
scaling is not safe in multi at all using a team add. will use the first real team instead.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)