hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Mon, 09 Jun 2014 20:45:02 +0200
changeset 10261 c81125782cf6
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
load the girder.png of a theme a maximum of 1 times (minimum of 0), instead of once per generated bridge

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)