diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-09-27 15:42:00 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-10-04 09:00:18 +0200 |
commit | c43978ecf329824b619a124e860bd683feec966f (patch) | |
tree | 2e09d136001efb07ca548224cc33991a3c2a3398 /sd/Library_sdfilt.mk | |
parent | 2c3f9fa504bb444caa5c60015ce89bdaacce380b (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/Library_sdfilt.mk')
-rw-r--r-- | sd/Library_sdfilt.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk index 8428a4a82df5..8bbcc56cf4ea 100644 --- a/sd/Library_sdfilt.mk +++ b/sd/Library_sdfilt.mk @@ -55,6 +55,8 @@ $(eval $(call gb_Library_use_libraries,sdfilt,\ $(eval $(call gb_Library_set_componentfile,sdfilt,sd/util/sdfilt)) +$(eval $(call gb_Library_use_common_precompiled_header,sdfilt)) + $(eval $(call gb_Library_add_exception_objects,sdfilt,\ sd/source/filter/eppt/eppt \ sd/source/filter/eppt/epptso \ |