hedgewars/sdlmain/CMakeLists.txt
author koda
Tue, 27 Aug 2013 14:12:16 +0200
changeset 9429 7a97a554ac80
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
libavinteraction: fix typo and and compiling with modern libav

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)