hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Thu, 11 Dec 2014 10:22:51 +0100
changeset 10653 ae9ad7735690
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
wrap explosions!

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)