hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Thu, 02 Oct 2014 18:04:14 +0200
changeset 10431 d8830bd7cb24
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
another small rendering tweak/fix

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)