hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Mon, 10 Aug 2015 03:53:11 +0200
changeset 11046 47a8c19ecb60
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
more copyright fixes

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)