hedgewars/sdlmain/CMakeLists.txt
author nemo
Mon, 08 Dec 2014 10:30:20 -0500
changeset 10637 13a5dd92ebf9
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
init timer to 0

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)