hedgewars/sdlmain/CMakeLists.txt
author unc0rr
Fri, 14 Feb 2014 13:55:13 +0400
changeset 10140 a846641d2b04
parent 8804 32bc222ddca6
child 11368 c481d087f653
permissions -rw-r--r--
What about exact value?

find_package(SDL REQUIRED)

include_directories(${SDL_INCLUDE_DIR})

add_library (SDLmain STATIC SDLMain.m)