summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlexport.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlexport.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlexport.mk b/sw/CppunitTest_sw_ooxmlexport.mk
index 369f1ae99ea4..1d30e316afa1 100644
--- a/sw/CppunitTest_sw_ooxmlexport.mk
+++ b/sw/CppunitTest_sw_ooxmlexport.mk
@@ -50,4 +50,11 @@ $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlexport))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sw_ooxmlexport))
+$(eval $(call gb_CppunitTest_use_packages,sw_ooxmlexport,\
+ oox_customshapes \
+ oox_generated \
+))
+
+$(call gb_CppunitTest_get_target,sw_ooxmlexport) : $(call gb_Library_get_target,iti)
+
# vim: set noet sw=4 ts=4: