Kaydet (Commit) 00c19e5d authored tarafından Miklos Vajna's avatar Miklos Vajna

sc: add back lost scopencl

Probably removed by accident in
96475ada. 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
üst 1e92df34
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment