diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-06 18:23:16 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-06 18:24:46 +0200 |
commit | 40aafa459aadbb0a6468cb19cb9901e228ac6047 (patch) | |
tree | 270d76966e510957548ea6fd679ae0469fafcc50 /chart2 | |
parent | 67563fd55b230eb68fef705ff645af7dab73af73 (diff) |
enable pch for chartopengl
the pch file already exists, just needed to get compiled.
Change-Id: Ia9ff71b033a1508ed69696b8fd38ee8136393f42
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/Library_chartopengl.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/Library_chartopengl.mk b/chart2/Library_chartopengl.mk index 18505efb23dc..bd47e89c2c38 100644 --- a/chart2/Library_chartopengl.mk +++ b/chart2/Library_chartopengl.mk @@ -17,6 +17,8 @@ $(eval $(call gb_Library_set_include,chartopengl,\ $$(INCLUDE) \ )) +$(eval $(call gb_Library_set_precompiled_header,chartopengl,$(SRCDIR)/chart2/inc/pch/precompiled_chartopengl)) + $(eval $(call gb_Library_use_externals,chartopengl,\ boost_headers \ glm_headers \ |