hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Wed, 17 Dec 2014 19:02:33 +0100
changeset 10688 9459c45b5190
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
dark magic: make "continue" statement work in pas2c-parsed for-loops. (would skip iteration and lead to infinite loops before)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)