diff --git a/modules/js/CMakeLists.txt b/modules/js/CMakeLists.txt index 4d90f468c8..7db438b8a9 100644 --- a/modules/js/CMakeLists.txt +++ b/modules/js/CMakeLists.txt @@ -32,6 +32,7 @@ endforeach(m) # header blacklist ocv_list_filterout(opencv_hdrs "modules/.*.h$") ocv_list_filterout(opencv_hdrs "modules/core/.*/cuda") +ocv_list_filterout(opencv_hdrs "modules/core/.*/opencl") ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/opengl.hpp") ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/ocl.hpp") ocv_list_filterout(opencv_hdrs "modules/cuda.*")