hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Fri, 15 Aug 2014 08:23:15 +0200
changeset 10388 665d8b699d35
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
part of patch in issue #803 (ty) - this hopefully should fix issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)