hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Tue, 10 Nov 2015 22:37:54 +0100
branchsdl2transition
changeset 11344 b0df3f2fcafc
parent 8804 32bc222ddca6
child 11359 c481d087f653
permissions -rw-r--r--
use SDL2 to copy to clipboard

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)