hedgewars/sdlmain/CMakeLists.txt
author koda
Mon, 28 Oct 2013 17:10:07 +0100
changeset 9652 b787bf466bdb
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fix asm again...

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)