hedgewars/sdlmain/CMakeLists.txt
author unC0Rr
Fri, 05 Feb 2016 11:32:23 +0300
branch0.9.22
changeset 12400 c7d73e5840c8
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Racer maps #18 and #19

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)