hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Fri, 21 Nov 2014 19:09:45 +0100
changeset 10524 2bc0ff00e95b
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
password flag was the wrong way around

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)