hedgewars/sdlmain/CMakeLists.txt
author koda
Tue, 02 Jun 2015 01:28:21 +0100
changeset 10972 bba0f1b7ebbc
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Fix retina rendering on OSX This does not actually improve any graphics, but at least OSX native GUI elements won't look pixellated any more.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)