summaryrefslogtreecommitdiff
path: root/sc/Library_scopencl.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-29 15:44:27 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-29 17:00:31 -0400
commitb0aec6296d480a4444203032cf05e0ec71259b6d (patch)
tree6c9138cdcd39ec8bc4ae3a01c8ffa5f75339e27a /sc/Library_scopencl.mk
parent92d7ca2c98ab0ff9a192ff9af29326059adc6624 (diff)
Properly split header and source files.
Without this, formulagroupcl.cxx alone would take minutes to compile. Change-Id: I7d55ed22fbd7f5c0859d5f1bf2a4e4eafd47ac3b
Diffstat (limited to 'sc/Library_scopencl.mk')
-rw-r--r--sc/Library_scopencl.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/Library_scopencl.mk b/sc/Library_scopencl.mk
index b7e4b05b8299..0efe3cf61532 100644
--- a/sc/Library_scopencl.mk
+++ b/sc/Library_scopencl.mk
@@ -38,6 +38,10 @@ $(eval $(call gb_Library_use_libraries,scopencl,\
$(eval $(call gb_Library_add_exception_objects,scopencl,\
sc/source/core/opencl/formulagroupcl \
sc/source/core/opencl/openclwrapper \
+ sc/source/core/opencl/op_financial \
+ sc/source/core/opencl/op_database \
+ sc/source/core/opencl/op_math \
+ sc/source/core/opencl/op_statistical \
sc/source/core/opencl/clcc/clew \
))