opencv/modules/softcascade/CMakeLists.txt
2013-02-25 15:04:19 +04:00

3 lines
172 B
CMake

set(the_description "Soft Cascade detection and training")
ocv_define_module(softcascade opencv_core opencv_imgproc opencv_ml)
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4310)