1
find_package(SDL REQUIRED)
2
3
include_directories(${SDL_INCLUDE_DIR})
4
5
add_library (SDLmain STATIC SDLMain.m)
6
7