hedgewars/sdlmain/CMakeLists.txt
author koda
Tue, 30 Apr 2013 01:43:00 +0200
branchcmake_pascal
changeset 8863 9774ad4fe170
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fpc sysroot should belong to user configuration

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)