hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Thu, 02 Oct 2014 13:44:54 +0200
changeset 10429 e3cdbba07732
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
simplify {$IF that pas2c did not seem to understand

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)