Kaydet (Commit) 7c13aa5b authored tarafından Rene Engelhard's avatar Rene Engelhard

chart2/Library_chartopengl.mk also needs -DGLM_ENABLE_EXPERIMENTAL

Change-Id: I49852a541545cef587318a8bec38bfa7b9ba8fb0
üst 953c4add
......@@ -54,5 +54,11 @@ $(eval $(call gb_Library_add_exception_objects,chartopengl,\
chart2/source/view/main/DummyXShape \
chart2/source/view/main/OpenGLRender \
))
ifeq ($(SYSTEM_GLM),TRUE)
$(eval $(call gb_Library_add_defs,chartcore,\
-DGLM_ENABLE_EXPERIMENTAL \
))
endif
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment