hedgewars/sdlmain/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Thu, 22 Oct 2015 03:02:43 +0200
branchios-revival
changeset 11231 0dd98551e3f8
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
- All labels in HelpPageLobby now localizable (with text from IB as localization keys)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)