hedgewars/sdlmain/CMakeLists.txt
author nemo
Tue, 02 Dec 2014 13:29:06 -0500
changeset 10603 bda5c7caf396
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
switch mapgen to enum. should still try and make sure the values are backwards compatible if possible.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)