summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_uwriter.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-09-27 15:32:19 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-10-04 09:00:05 +0200
commit2c3f9fa504bb444caa5c60015ce89bdaacce380b (patch)
tree2be5a5b1c2820eca3ccc704838c384bdc4c1f430 /sw/CppunitTest_sw_uwriter.mk
parentba33189343a622bddb78657bbb111e5f10ba82a4 (diff)
use the common system PCH header in sw/
I suppose a number of these should even better use a shared PCH that also includes Writer headers. Change-Id: I3227bff71ddc2cd2e59ef18c1481606de16f9ea5 Reviewed-on: https://gerrit.libreoffice.org/79816 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_uwriter.mk')
-rw-r--r--sw/CppunitTest_sw_uwriter.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_uwriter.mk b/sw/CppunitTest_sw_uwriter.mk
index 910976c4b950..6b9ffa4ba683 100644
--- a/sw/CppunitTest_sw_uwriter.mk
+++ b/sw/CppunitTest_sw_uwriter.mk
@@ -11,6 +11,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,sw_uwriter))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uwriter))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sw_uwriter, \
sw/qa/core/uwriter \
sw/qa/core/Test-BigPtrArray \