hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Thu, 07 May 2015 17:57:57 +0200
changeset 10937 f7fd8a70dd93
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
add simple build instructions

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)