hedgewars/sdlmain/CMakeLists.txt
author nemo
Thu, 11 Dec 2014 21:32:24 -0500
changeset 10663 9bbb29d2bd68
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
remove a not that somehow magically appeared in a prior commit.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)