hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Sun, 05 Jan 2014 10:54:03 +0400
branchwebgl
changeset 9954 bf51bc7e2808
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
- Fix build via pas2c - Remove pas2c hacks in uLandTemplates

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)