hedgewars/sdlmain/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Thu, 29 Oct 2015 03:48:42 +0100
branchios-revival
changeset 11252 3dc674af7662
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
- FindTable functionality for HoldTableViewCell and EditableCellView extracted to category

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)