hedgewars/sdlmain/CMakeLists.txt
author koda
Sat, 04 Jan 2014 02:00:12 +0100
changeset 9944 9cd98ce10d65
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
correctly set this pascal flag for future compatibility

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)