hedgewars/sdlmain/CMakeLists.txt
author Anton Malmygin <antonc27@mail.ru>
Fri, 14 Aug 2015 02:02:15 +0200
branchios-revival
changeset 11116 102684240fe8
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
- Interscreen transitions fixed

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)