hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Sat, 19 Sep 2015 22:17:50 +0200
changeset 11185 fad9e4903e7b
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
tweak tips a little (loosely based on Wuzzy's suggestions)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)