summaryrefslogtreecommitdiff
path: root/chart2/Library_chartopengl.mk
diff options
context:
space:
mode:
authorPeilin Xiao <peilin@multicorewareinc.com>2013-12-09 03:43:33 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:17 +0100
commit43e4027f3ea7f08c9e733dd8f6828ffd04ac0cf0 (patch)
treef7ac4e23af4e297b383dd19b247318e372edcc7d /chart2/Library_chartopengl.mk
parentae9e611c331c669a29fb591c09810ab84f9cc5a9 (diff)
initial work on OpenGL rendering backend
with Linux build fixes and adaption to glm work Change-Id: I8fc84fd1f6131cd352b97cf5f82309d672e3118c
Diffstat (limited to 'chart2/Library_chartopengl.mk')
-rw-r--r--chart2/Library_chartopengl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/Library_chartopengl.mk b/chart2/Library_chartopengl.mk
index f8473eb3100e..220012e351ab 100644
--- a/chart2/Library_chartopengl.mk
+++ b/chart2/Library_chartopengl.mk
@@ -20,6 +20,7 @@ $(eval $(call gb_Library_set_include,chartopengl,\
$(eval $(call gb_Library_use_externals,chartopengl,\
boost_headers \
mdds_headers \
+ glm_headers \
))
$(eval $(call gb_Library_use_sdk_api,chartopengl))
@@ -42,6 +43,7 @@ $(eval $(call gb_Library_add_exception_objects,chartopengl,\
chart2/source/glew/glew \
chart2/source/view/main/OpenglShapeFactory \
chart2/source/view/main/DummyXShape \
+ chart2/source/view/main/OpenGLRender \
))
ifeq ($(strip $(OS)),WNT)