hedgewars/sdlmain/CMakeLists.txt
author unC0Rr
Wed, 14 Jan 2015 11:47:50 +0300
changeset 10787 50a4cdeedb44
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Oops, misspelled protocol command

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)