hedgewars/sdlmain/CMakeLists.txt
author koda
Thu, 25 Jul 2013 23:52:07 +0200
changeset 9374 60063430445b
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
patching files is so SDL1.3, we're SDL2 nowadays

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)