hedgewars/sdlmain/CMakeLists.txt
author nemo
Tue, 19 Nov 2013 22:15:40 -0500
changeset 9706 5178d2263521
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
return land word from uCollisions to make decisions based on it. Should be handy for trampoline.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)