hedgewars/sdlmain/CMakeLists.txt
author mikade <redgrinner@gmail.com>
Fri, 01 May 2015 22:08:13 +0900
changeset 10914 69a0ad28ae8e
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
new test for lols removed hwp and old maps

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)