hedgewars/sdlmain/CMakeLists.txt
author nemo
Sat, 17 Jan 2015 10:07:12 -0500
changeset 10791 0311c9fa7498
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
tweak a few params. still something wtf going on when on rope

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)