hedgewars/sdlmain/CMakeLists.txt
author mikade <redgrinner@gmail.com>
Mon, 03 Aug 2015 17:07:38 +0900
changeset 11035 8c665914da2a
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
May He Improve Our Graphics Forevermore

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)