hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Mon, 10 Feb 2014 00:43:03 +0400
changeset 10127 7f29a65aa1e4
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
It compiles \o/ Doesn't link yet though, need to implement new rtl functions

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)