hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Sun, 23 Nov 2014 03:53:25 +0100
changeset 10534 a148229a0158
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
remove unimplemented ban action from user context menu

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)