hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Sun, 10 Nov 2013 01:45:43 +0400
branchsdl2transition
changeset 9697 198c3ed28fe8
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
All I want is to receive some events...

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)