hedgewars/sdlmain/CMakeLists.txt
author sheepluva
Tue, 04 Feb 2014 16:35:31 +0100
changeset 10105 8c5fa1d15bd5
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
fixing the remaining PChar issues pas2c ran into to this point, now it stops because of being unable to deal with "set of char"

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)