summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_export_ooxml2.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-09-27 15:42:00 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-10-04 09:00:18 +0200
commitc43978ecf329824b619a124e860bd683feec966f (patch)
tree2e09d136001efb07ca548224cc33991a3c2a3398 /sd/CppunitTest_sd_export_ooxml2.mk
parent2c3f9fa504bb444caa5c60015ce89bdaacce380b (diff)
use common PCH in sd/
Change-Id: I6dd2f7d54a2dd1d28a2b180887a97750ae8bce36 Reviewed-on: https://gerrit.libreoffice.org/79817 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sd/CppunitTest_sd_export_ooxml2.mk')
-rw-r--r--sd/CppunitTest_sd_export_ooxml2.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_export_ooxml2.mk b/sd/CppunitTest_sd_export_ooxml2.mk
index 6944e1e721f0..947e4c39d917 100644
--- a/sd/CppunitTest_sd_export_ooxml2.mk
+++ b/sd/CppunitTest_sd_export_ooxml2.mk
@@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_export_ooxml2,\
libxml2 \
))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_export_ooxml2))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sd_export_ooxml2, \
sd/qa/unit/export-tests-ooxml2 \
))