hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Wed, 19 Nov 2014 02:48:11 +0100
changeset 10520 066a9aa50b75
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
tweaking changelog

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)