hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Mon, 02 Dec 2013 23:20:07 +0400
changeset 9738 18bb6d1fc9d9
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Load hats into the model lazily

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)