hedgewars/sdlmain/CMakeLists.txt
author nemo
Sun, 07 Sep 2014 15:11:08 -0400
changeset 10403 bc9433b33947
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
update with new winners

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)