js: filterout OpenCL headers
authorAlexander Alekhin <alexander.alekhin@intel.com>
Fri, 2 Feb 2018 09:26:22 +0000 (12:26 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Fri, 2 Feb 2018 09:26:22 +0000 (12:26 +0300)
modules/js/CMakeLists.txt

index 4d90f46..7db438b 100644 (file)
@@ -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.*")