hedgewars/sdlmain/CMakeLists.txt
author nemo
Thu, 07 Nov 2013 22:23:34 -0500
changeset 9681 69a1e18330c0
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fiddle with shift of hog gear collision. need some ropers to try them out

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)