hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Wed, 13 Aug 2014 17:25:55 +0200
changeset 10384 fcf70b65667d
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
I can't read. sry

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)