hedgewars/sdlmain/CMakeLists.txt
author nemo
Thu, 31 Oct 2013 21:04:39 -0400
changeset 9664 1e528c58e41d
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
ok. this should avoid calling switch inappropriately. also, add skip to trophyrace and add the per-team achievement reporting.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)