hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Tue, 02 Dec 2014 20:20:04 +0100
changeset 10605 df7a73db2c43
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
oops, IOResult is a function in pascal, but not in pas2c

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)