hedgewars/sdlmain/CMakeLists.txt
author nemo
Mon, 30 Dec 2013 23:28:47 -0500
branch0.9.20
changeset 9891 89e74808836d
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)