summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_import_tests.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_import_tests.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_import_tests.mk')
-rw-r--r--sd/CppunitTest_sd_import_tests.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_import_tests.mk b/sd/CppunitTest_sd_import_tests.mk
index 20828e3bf380..63e75988c144 100644
--- a/sd/CppunitTest_sd_import_tests.mk
+++ b/sd/CppunitTest_sd_import_tests.mk
@@ -16,6 +16,8 @@ $(eval $(call gb_CppunitTest_use_externals,sd_import_tests,\
libxml2 \
))
+$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_import_tests))
+
$(eval $(call gb_CppunitTest_add_exception_objects,sd_import_tests, \
sd/qa/unit/import-tests \
))