hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Tue, 10 Jun 2014 19:30:06 +0200
changeset 10270 cd78906ed898
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
superminor tweaks

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)