hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Wed, 01 Jan 2014 23:41:49 +0400
changeset 9906 93c16a4b0c6a
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
Only emit roomNameUpdated when it actually is changed

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)