hedgewars/sdlmain/CMakeLists.txt
author nemo
Sun, 13 Sep 2015 16:23:32 -0400
changeset 11174 22d8835beb4d
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
Allow for arbitrary number of airstrike bombs and spacing.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)