hedgewars/sdlmain/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Sat, 10 Aug 2013 20:44:26 +0300
branchspacecampaign
changeset 9512 9686c9116020
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fix bug that make precise key not responding

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)