hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Wed, 23 Oct 2013 22:25:17 +0400
changeset 9573 49bca2fabbd3
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Oh, dudes :( (reduce number of hacks; see, is it terribly hard to do it properly?)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)