hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Wed, 11 Nov 2015 21:59:06 +0100
branchsdl2transition
changeset 11367 a91c4c4fd85c
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
add pchar casts to make pas2c happy

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)