hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Mon, 09 Nov 2015 21:09:51 +0300
changeset 11336 e6e748d021d0
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
- Fix check which was supposed to prevent sending same record to different checkers - Remove some dead code in Actions.hs

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)