hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Wed, 13 Aug 2014 15:16:33 +0200
changeset 10382 a5752075f897
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
this should fix the cmake 3.0 issue. thanks to Spacey for reporting

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)