diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-02-15 17:39:09 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-02-15 17:44:08 +0100 |
commit | 2cfbd84c710d76d8c5dbdadaa9c1b9278d8b7c64 (patch) | |
tree | 8362c06c25a912f5c451b5c4a7a32734d5ce69f8 /starmath/Library_sm.mk | |
parent | 1577fe0bad673fea0814c6db91ad5466c819306d (diff) |
pch for Library_sm
Change-Id: Ib9f4c834f1c6076a246753cb819491a7d2c3a886
Diffstat (limited to 'starmath/Library_sm.mk')
-rw-r--r-- | starmath/Library_sm.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index c44d12d3a6ea..c0db2242e116 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -26,6 +26,8 @@ $(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots)) $(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm)) +$(eval $(call gb_Library_set_precompiled_header,sm,$(SRCDIR)/starmath/inc/pch/precompiled_sm)) + $(eval $(call gb_Library_set_include,sm,\ -I$(SRCDIR)/starmath/inc \ -I$(WORKDIR)/SdiTarget/starmath/sdi \ |