hedgewars/sdlmain/CMakeLists.txt
author koda
Sat, 04 Jan 2014 02:15:01 +0100
changeset 9945 c4ae96531f8c
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
hwlibrary also depends on hwengine

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)