if (USE_UIKIT)
	set(graphics_cocoa_LIBS "-framework Foundation" "-framework UIKit" "-framework CoreGraphics" "-liconv")
else()
	set(graphics_cocoa_LIBS "-framework Cocoa" "-liconv")
endif()
module_add_library(graphics_cocoa graphics_cocoa.m)
