hedgewars/sdlmain/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Thu, 29 Oct 2015 23:59:51 +0100
branchios-revival
changeset 11253 62d1a66b353d
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
- Refactoring of SavedViewController: - - Workaround for cells' wrong tags in SavedViewController when removing saves - - Disabled editing of save names

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)