hedgewars/sdlmain/CMakeLists.txt
author koda
Fri, 17 Jan 2014 16:50:01 +0100
changeset 10006 921e7b71330f
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
happy 10000th commit also fix the travis build by adding a system physfs library

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)