hedgewars/sdlmain/CMakeLists.txt
author nemo
Wed, 02 Sep 2015 11:55:37 -0400
changeset 11067 c632b47b8ff0
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
Trying to get these scripts to behave properly, still WIP though.

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)