hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Thu, 16 Jul 2015 22:16:35 +0200
changeset 11017 16c47a5573e4
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
change theme used by sniper training, for performance reasons

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)