hedgewars/sdlmain/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Tue, 27 Aug 2013 02:41:28 +0300
branchspacecampaign
changeset 9585 d079e1cc2806
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
fixed bug in cosmos that permitted user to go to moon without collecting the saucer and removed ammo that was added for debug purposes

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)