hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Thu, 07 Nov 2013 21:10:17 +0400
branchsdl2transition
changeset 9684 8113075dc7cc
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Fix SDL_GL_SwapWindow, engine renders graphics now

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)