hedgewars/sdlmain/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Sat, 17 Oct 2015 20:07:10 +0200
branchios-revival
changeset 11220 76fd61a88c1e
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
- Better way of creating/using doneButton in Settings

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)