hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Sun, 30 Nov 2014 17:20:37 +0100
changeset 10584 f44ec13e3082
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
fix copypasta-fail that would cause splashes to use invalid sprite data pointer. should fix issue #838

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)