hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Fri, 11 Sep 2015 08:15:17 +0200
changeset 11156 efea685933ae
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fix pas2c build, it was broken in the long long ago ( 97f9a25024e6 )

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)