hedgewars/sdlmain/CMakeLists.txt
author nemo
Thu, 20 Mar 2014 13:12:05 -0400
changeset 10210 1a6b9a98147c
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
hm. I think I forgot to commit this when adding speech bubble change

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)