hedgewars/sdlmain/CMakeLists.txt
author nemo
Tue, 03 Dec 2013 22:48:21 -0500
changeset 9748 b0286b0c91ce
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
sethogname/hat need to wrap entire operation around test of hog/gear

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)