hedgewars/sdlmain/CMakeLists.txt
author koda
Tue, 30 Apr 2013 01:47:30 +0200
branchcmake_pascal
changeset 8869 11438c0bd46b
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
add useful variables for non-Makefile generators to set where we want our stuff built

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)