hedgewars/sdlmain/CMakeLists.txt
author koda
Sat, 28 Dec 2013 22:00:57 +0100
branch0.9.20
changeset 9860 d419ff107e15
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
include paths before platform, move config code around

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)