hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Thu, 16 Jan 2014 17:18:53 +0100
changeset 9993 76ad55807c24
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
allow engine to use symlinked fonts. disallow packages to "overwrite" fonts

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)