hedgewars/sdlmain/CMakeLists.txt
author nemo
Tue, 02 Dec 2014 16:45:26 -0500
changeset 10607 532d43f3d6f9
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
forgot this one.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)