SET(ADM_LIB ADM_libsdl)
SET(${ADM_LIB}_SRCS SDLmain.m)

SDLify(SDLmain.m)

ADD_LIBRARY(${ADM_LIB} STATIC ${${ADM_LIB}_SRCS})
