hedgewars/sdlmain/CMakeLists.txt
author nemo
Mon, 25 May 2015 16:53:52 -0400 (2015-05-25)
changeset 10963 e061da85f32d
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
call setScript update if scheme changes, due to scriptparams
find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)