hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Tue, 03 Dec 2013 18:09:54 +0100
changeset 9743 6e505ea936ad
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
make all objects depend on .inc files (which are not correctly positioned in list, because cmake can't deal with that

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)