hedgewars/sdlmain/CMakeLists.txt
author koda
Sun, 24 Mar 2013 11:11:39 +0100
branchcmake_pascal
changeset 8843 843a9a405542
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
gather all libs in a single list

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)