hedgewars/sdlmain/CMakeLists.txt
author koda
Wed, 20 Mar 2013 18:31:13 +0100
branchcmake_pascal
changeset 8821 e85ff6e298b5
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
adjust verbosity, move debug/release variables in the right section

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)