hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Tue, 10 Nov 2015 22:18:06 +0100
branchsdl2transition
changeset 11363 9006e158a81f
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
use SDL2 to paste clipboard contents

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)