hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Mon, 14 Oct 2013 23:57:31 +0400
changeset 9541 312bb4384f33
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
- Frontend finally learns how to create passworded room - Refactor RoomNamePrompt and use it properly

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)