hedgewars/sdlmain/CMakeLists.txt
author nemo
Tue, 24 Jun 2014 09:24:37 -0400
changeset 10340 73722fe2fcb7
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
2x2 to avoid engine bug

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)