hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Sun, 23 Nov 2014 03:41:37 +0100
changeset 10533 57b4d411f77d
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fix some indentation

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)