hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Mon, 18 Nov 2013 00:44:30 +0400
changeset 9702 27006953d901
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
- Column for script in rooms list - Get rid of scheme and weapons filters

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)