hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Sun, 09 Feb 2014 00:44:29 +0400
changeset 10124 aabd1b75d5a3
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
Even more explicit type conversions and other stuff to help pas2c use ansistrings

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)