hedgewars/sdlmain/CMakeLists.txt
author nemo
Fri, 03 Jan 2014 14:11:16 -0500
changeset 9938 6dbddbb7b229
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
I'd meant for this to match the frontend

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)