hedgewars/sdlmain/CMakeLists.txt
author nemo
Fri, 28 Nov 2014 14:58:33 -0500
changeset 10556 c4ca0fc00c3b
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
zopfli compression for images where the win was 10+% and the files would be included in the release

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)