hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Fri, 15 May 2015 23:28:31 +0300
branchqmlfrontend
changeset 10931 384765cd0caf
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
Parse net commands, answer to pings

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)