summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-04-25 08:57:58 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-04-25 08:59:25 +0200
commit00c19e5def4a62445c85786aef6a507bee6c45fa (patch)
tree53335cc6e12a1920cb3732ba862ad425b43b2bf1 /sc/Module_sc.mk
parent1e92df343735a3654d39f1a7e9652f2e96a7b376 (diff)
sc: add back lost scopencl
Probably removed by accident in 96475ada3fcf026ae7833824a056b642c1bd1864. Fixes: /master/solenv/gbuild/Package.mk:35: *** gb_Deliver_deliver: file does not exist in instdir, and cannot be delivered: /master/instdir/program/libscopencllo.so. Stop. Change-Id: Iaee25ac7b21c0f1d5c4ee9eba3b34cff5e65843c
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 278701cb6c45..fae40f5bf622 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -22,6 +22,12 @@ $(eval $(call gb_Module_add_l10n_targets,sc,\
UIConfig_scalc \
))
+ifneq (,$(ENABLE_OPENCL))
+$(eval $(call gb_Module_add_targets,sc,\
+ Library_scopencl \
+))
+endif
+
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,sc,\
Library_scqahelper \
@@ -53,6 +59,7 @@ $(eval $(call gb_Module_add_check_targets,sc,\
$(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_subsequent_filters_test \
CppunitTest_sc_subsequent_export_test \
+ CppunitTest_sc_opencl_test \
))
# Disabled to allow the check tinderbox execute the sd tests