From: Alexander Alekhin Date: Mon, 9 Oct 2017 13:14:01 +0000 (+0300) Subject: js: skip 'utils' headers X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~529^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3010cc5971252da15a111e3f7f41312e6000eb95;p=platform%2Fupstream%2Fopencv.git js: skip 'utils' headers --- diff --git a/modules/js/CMakeLists.txt b/modules/js/CMakeLists.txt index 28fee00..4d90f46 100644 --- a/modules/js/CMakeLists.txt +++ b/modules/js/CMakeLists.txt @@ -38,7 +38,7 @@ ocv_list_filterout(opencv_hdrs "modules/cuda.*") ocv_list_filterout(opencv_hdrs "modules/cudev") ocv_list_filterout(opencv_hdrs "modules/core/.*/hal/") ocv_list_filterout(opencv_hdrs "modules/.*/detection_based_tracker.hpp") # Conditional compilation -ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/utils/trace.*.hpp") +ocv_list_filterout(opencv_hdrs "modules/core/include/opencv2/core/utils/.*") file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/headers.txt" "${opencv_hdrs}")