hedgewars/sdlmain/CMakeLists.txt
author nemo
Thu, 01 Jan 2015 12:41:28 -0500
branch0.9.21
changeset 10731 bc359abe0484
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
tweaks to try and make flakes better behaved in negative gravity. branch safe.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)