hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Thu, 18 Sep 2014 23:02:05 +0400
branchqmlfrontend
changeset 10412 9a8d4efcf3fa
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
- More flib IPC routines - Rework engine's uIO to use new IPC mechanism

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)