hedgewars/sdlmain/CMakeLists.txt
author mikade <redgrinner@gmail.com>
Fri, 05 Dec 2014 23:01:27 +0900
changeset 10630 08d0cacf2aec
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Add another (test) map

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)