hedgewars/sdlmain/CMakeLists.txt
author koda
Sun, 13 Oct 2013 23:04:56 +0200
changeset 9535 08be603491c7
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
and wrap the last variable so that the regex will never fail

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)