Add CoreText and CoreGraphics frameworks

This commit is contained in:
Tor Lillqvist
2011-07-26 22:44:10 +03:00
parent 409bfef31f
commit ff88a5f76e

View File

@@ -476,6 +476,20 @@ $(call gb_LinkTarget_add_libs,$(1), \
endef
define gb_LinkTarget__use_coretext
$(call gb_Library_add_libs,$(1), \
-framework CoreText \
)
endef
define gb_LinkTarget__use_coregraphics
$(call gb_Library_add_libs,$(1), \
-framework CoreGraphics \
)
endef
define gb_LinkTarget__use_cocoa
$(call gb_LinkTarget_add_libs,$(1), \
-framework Cocoa \