hedgewars/sdlmain/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Thu, 05 Nov 2015 04:29:44 +0100
branchios-revival
changeset 11304 f243a0b202bc
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
- Rus localization for following multiplayer missions: - - Basketball - - Control - - CTF_Blizzard - - Knockball - - TrophyRace

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)