hedgewars/sdlmain/CMakeLists.txt
author nemo
Sat, 01 Mar 2014 13:59:12 -0500
changeset 10167 7f2685fff3e2
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
no idea what happened to this image... it seems like I'm reverting to most recent revision O_o

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)