summaryrefslogtreecommitdiff
path: root/sc/Library_sc.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-06-27 16:49:41 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-06-27 19:34:39 +0100
commit66e72c38f77bedc28b990b2a724829b50c70bf8d (patch)
treed04bcc7fa3062071f1fdcc5454ad574a025aab28 /sc/Library_sc.mk
parentd7f2e338cf00052f7edbecf664b3d0088198a374 (diff)
abstract out the FormulaGroupInterpreter more cleanly.
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r--sc/Library_sc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 94c9a5274996..e96bb1470170 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -58,6 +58,7 @@ ifeq ($(ENABLE_OPENCL),TRUE)
$(eval $(call gb_Library_use_externals,sc,opencl))
$(eval $(call gb_Library_add_exception_objects,sc,\
+ sc/source/core/opencl/formulagroupcl \
sc/source/core/opencl/openclwrapper \
))
endif