hedgewars/sdlmain/CMakeLists.txt
author koda
Tue, 15 Oct 2013 01:15:39 +0200
changeset 9543 1826b5315369
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Fix bug #656 by using the right resolution values

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)