hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Wed, 18 Jun 2014 23:53:11 +0400
changeset 10329 e2dba215655a
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Compressing and encoding

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)