hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Mon, 20 Oct 2014 22:55:12 +0400
branchqmlfrontend
changeset 10442 c58db813240b
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Load and show local teams list

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)