diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 09:06:06 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 10:01:24 +0200 |
commit | 7e586cee33a978703bfc11571adc3cf68a4d714e (patch) | |
tree | 6235fd323fde88b61cb7b466e272146cf5f33a53 /basegfx/Library_basegfx.mk | |
parent | 350b88c2b7871eb34f945f2ada7b03717f661bdc (diff) |
update_pch: add basegfx
29s -> 14s
Change-Id: If9fe85d21d471b13c92a3ca1f1af57f146c8565d
Diffstat (limited to 'basegfx/Library_basegfx.mk')
-rw-r--r-- | basegfx/Library_basegfx.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index 36666472ba56..ac5878a9715a 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -11,6 +11,8 @@ $(eval $(call gb_Library_Library,basegfx)) $(eval $(call gb_Library_use_external,basegfx,boost_headers)) +$(eval $(call gb_Library_set_precompiled_header,basegfx,$(SRCDIR)/basegfx/inc/pch/precompiled_basegfx)) + $(eval $(call gb_Library_use_sdk_api,basegfx)) $(eval $(call gb_Library_use_libraries,basegfx,\ |