hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Thu, 06 Feb 2014 19:05:22 +0100
changeset 10110 a7aed2eea727
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
simplify rc-plane's angle-adjustment-after-wrap code

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)