hedgewars/sdlmain/CMakeLists.txt
author nemo
Sun, 18 Jan 2015 17:14:37 -0500
changeset 10803 df39aa3f6d4d
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
merge 0.9.21, hopefully without screwing anything up due to this having been left for a while + parallel commits that occurred...

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)