hedgewars/sdlmain/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Sat, 24 Aug 2013 04:14:33 +0300
branchspacecampaign
changeset 9572 278cff2a965f
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
added death planet in cosmos without the order restriction yet

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)