hedgewars/sdlmain/CMakeLists.txt
author koda
Sat, 14 Nov 2015 02:57:00 +0100
branchsdl2transition
changeset 11375 7d0511a3cff8
parent 11368 c481d087f653
permissions -rw-r--r--
SDLh: Remove linking from file This is not needed any more.

find_package(SDL2 REQUIRED)

include_directories(${SDL2_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)