hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Tue, 29 Oct 2013 23:47:57 +0400
changeset 9655 e154ccca4dad
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Tinted crosshair (without that cool white dot in the middle)

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)