hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Thu, 06 Feb 2014 21:07:50 +0100
changeset 10114 68a72af636c3
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
get rid of hwpow. ~so long and thanks for all the wtfish~

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)