hedgewars/sdlmain/CMakeLists.txt
author nemo
Thu, 27 Jun 2013 14:01:43 -0400
changeset 9291 15f7bb217b66
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Make add/delete consistent (this has bugged me for so long)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)