hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Mon, 19 May 2014 22:46:02 +0400
changeset 10246 8da91cd7a32a
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
Inform frontend of lines which didn't change anything on the map in advanced drawn maps mode

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)