hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Thu, 11 Dec 2014 17:50:05 +0100
changeset 10660 79fa79c77c38
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fix size of PtrInt. enable tests for pas2c (all passing now)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)