js: skip 'utils' headers
authorAlexander Alekhin <alexander.alekhin@intel.com>
Mon, 9 Oct 2017 13:14:01 +0000 (16:14 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Mon, 9 Oct 2017 13:14:01 +0000 (16:14 +0300)
modules/js/CMakeLists.txt

index 28fee00..4d90f46 100644 (file)
@@ -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}")