hedgewars/sdlmain/CMakeLists.txt
author Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Mon, 29 Dec 2014 12:27:51 +0100
changeset 10726 5e558e193168
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
Use ghc return value instead of looking for the stderr, do not throw error when an haskell module throws a build failure, e.g. because of false positives like this one (debian/arm*) "You are using a new version of LLVM that hasn't been tested yet! We will try though..."

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)