blob: 621e1600c507df20e342d0ca336b30c8e79dead1 (
plain)
1
2
3
4
|
set(the_description "datasets framework")
ocv_define_module(datasets opencv_core opencv_imgcodecs opencv_ml opencv_flann opencv_text WRAP python)
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4267) # flann, Win64
|