From c43978ecf329824b619a124e860bd683feec966f Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 27 Sep 2019 15:42:00 +0200 Subject: use common PCH in sd/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6dd2f7d54a2dd1d28a2b180887a97750ae8bce36 Reviewed-on: https://gerrit.libreoffice.org/79817 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- sd/CppunitTest_sd_tiledrendering.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sd/CppunitTest_sd_tiledrendering.mk') diff --git a/sd/CppunitTest_sd_tiledrendering.mk b/sd/CppunitTest_sd_tiledrendering.mk index ffdfbfeed551..9b643c869a84 100644 --- a/sd/CppunitTest_sd_tiledrendering.mk +++ b/sd/CppunitTest_sd_tiledrendering.mk @@ -11,6 +11,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sd_tiledrendering)) +$(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_tiledrendering)) + $(eval $(call gb_CppunitTest_add_exception_objects,sd_tiledrendering, \ sd/qa/unit/tiledrendering/tiledrendering \ )) -- cgit