hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Tue, 11 Feb 2014 22:05:03 +0400
changeset 10130 a9d509848390
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Small fix which makes pas2c engine successfully replay demos

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)