mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
js: filterout OpenCL headers
This commit is contained in:
parent
12cd3b55ec
commit
02bc17be6f
@ -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.*")
|
||||
|
Loading…
Reference in New Issue
Block a user