hedgewars/sdlmain/CMakeLists.txt
author unC0Rr
Thu, 07 May 2015 17:29:12 +0300
changeset 10936 104727dfaa1b
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
Long awaited hwmap<->txt converter, which took less than hour to make

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)