add the needed -framework for fps_aqua

This commit is contained in:
Norbert Thiebaud 2011-12-27 07:37:16 -06:00
parent daadc82a1d
commit 7e2f0a0f92

View file

@ -34,6 +34,11 @@ $(eval $(call gb_Library_add_api,fps_aqua,\
udkapi \
))
$(eval $(call gb_Library_add_libs,fps_aqua,\
-framework Cocoa \
-framework CoreFoundation \
))
$(eval $(call gb_Library_add_linked_libs,fps_aqua,\
cppu \
cppuhelper \