hedgewars/sdlmain/CMakeLists.txt
author nemo
Wed, 06 Nov 2013 09:26:14 -0500
changeset 9678 aa349a876c93
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
fix f10 default if no team binds

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)