hedgewars/sdlmain/CMakeLists.txt
author nemo
Tue, 03 Dec 2013 22:53:45 -0500
changeset 9749 443d233316e5
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
make the team association with hog before calling gear creation. makes some lua a little easier

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)