hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Sat, 24 Oct 2015 00:21:15 +0200
changeset 11240 413714b915d2
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
fixed: poison clouds could bounce

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)