hedgewars/sdlmain/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Mon, 16 Sep 2013 05:27:52 +0300
branchspacecampaign
changeset 9631 a9b7bfac05ee
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
bonus notice in the win/stats page

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)