hedgewars/sdlmain/CMakeLists.txt
author nemo
Mon, 12 Jan 2015 08:20:20 -0500
changeset 10785 c5dd41e77a12
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
oups. Accidentally commited air mine stuff which needs reworking now since I can't use Gear^.Hedgehog

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)