We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6768e48 + 7e11a7e commit 22a136fCopy full SHA for 22a136f
modules/cvv/CMakeLists.txt
@@ -4,7 +4,7 @@ if(NOT HAVE_QT5)
4
endif()
5
6
set(the_description "Debug visualization framework")
7
-ocv_define_module(cvv opencv_core opencv_imgproc opencv_features2d ${CVV_LIBRARIES} WRAP python)
+ocv_add_module(cvv opencv_core opencv_imgproc opencv_features2d WRAP python)
8
9
# we need C++11 and want warnings:
10
if(MSVC)
@@ -23,3 +23,10 @@ foreach(dt5_dep Core Gui Widgets)
23
include_directories(${Qt5${dt5_dep}_INCLUDE_DIRS})
24
list(APPEND CVV_LIBRARIES ${Qt5${dt5_dep}_LIBRARIES})
25
endforeach()
26
+
27
+ocv_glob_module_sources()
28
+ocv_module_include_directories()
29
+ocv_create_module(${CVV_LIBRARIES})
30
+ocv_add_accuracy_tests()
31
+ocv_add_perf_tests()
32
+ocv_add_samples()
0 commit comments