hedgewars/sdlmain/CMakeLists.txt
author nemo
Thu, 07 Nov 2013 23:08:28 -0500
changeset 9683 a342837fc875
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
just an experiment. make these offset 2 as well on X

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)