summaryrefslogtreecommitdiff
path: root/opencl/Library_opencl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'opencl/Library_opencl.mk')
-rw-r--r--opencl/Library_opencl.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/opencl/Library_opencl.mk b/opencl/Library_opencl.mk
index 51ca62c71302..ad1af3761b08 100644
--- a/opencl/Library_opencl.mk
+++ b/opencl/Library_opencl.mk
@@ -9,6 +9,11 @@
$(eval $(call gb_Library_Library,opencl))
+$(eval $(call gb_Library_set_include,opencl,\
+ -I$(SRCDIR)/opencl/inc \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_Library_add_defs,opencl,\
-DOPENCL_DLLIMPLEMENTATION \
))
@@ -36,6 +41,8 @@ $(eval $(call gb_Library_use_libraries,opencl,\
$(eval $(call gb_Library_add_exception_objects,opencl,\
opencl/source/openclconfig \
+ opencl/source/openclwrapper \
+ opencl/source/opencl_device \
opencl/source/platforminfo \
))