hedgewars/sdlmain_osx/CMakeLists.txt
branchwebgl
changeset 9130 4f4b71da3559
equal deleted inserted replaced
9127:e350500c4edb 9130:4f4b71da3559
       
     1 if(APPLE)
       
     2     #let's look for the installed sdlmain file; if it is not found, let's build our own
       
     3     find_package(SDL REQUIRED)
       
     4 
       
     5     include_directories(${SDL_INCLUDE_DIR})
       
     6     add_library (SDLmain STATIC ${CMAKE_CURRENT_SOURCE_DIR}/SDLMain.m)
       
     7 endif(APPLE)
       
     8