hedgewars/sdlmain/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Thu, 13 Aug 2015 01:33:40 +0200
branchios-revival
changeset 11111 6cdfd5fc08de
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
- Using come for internal memory management Note: This fixed crash with ansisitring deletion while loading 'en.txt' locale P.S. guys from #fpc suggested what this is just a spoof, not a real fix. maybe need more carefully mange memory here

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)