summaryrefslogtreecommitdiff
path: root/unotest/Library_embindtest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/Library_embindtest.mk')
-rw-r--r--unotest/Library_embindtest.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/unotest/Library_embindtest.mk b/unotest/Library_embindtest.mk
index b485bcd7ea83..e71fedc069dd 100644
--- a/unotest/Library_embindtest.mk
+++ b/unotest/Library_embindtest.mk
@@ -15,6 +15,12 @@ $(eval $(call gb_Library_add_exception_objects,embindtest, \
$(eval $(call gb_Library_set_componentfile,embindtest,unotest/source/embindtest/embindtest,services))
+$(eval $(call gb_Library_use_libraries,embindtest, \
+ cppu \
+ cppuhelper \
+ sal \
+))
+
$(eval $(call gb_Library_use_sdk_api,embindtest))
# vim: set noet sw=4 ts=4: