hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Fri, 06 Dec 2013 10:22:33 +0100
changeset 9755 6306b54dd8fc
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
don't allow autocamera to mess with targetting when e.g. spamming air-attacks in inf attack mode

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)