hedgewars/sdlmain/CMakeLists.txt
author koda
Thu, 13 Jun 2013 22:50:18 +0200
changeset 9225 d8d929f92633
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
use target name instead of the resulting library, use more macros around

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)