hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Sun, 01 Mar 2015 20:14:23 +0100
changeset 10844 953d85b7d529
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
holding ctrl will now make cursor skip words/etc in a fashion similar to Qt

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)