opencv/modules/softcascade/CMakeLists.txt
2013-03-14 20:12:52 +04:00

4 lines
238 B
CMake

set(the_description "Soft Cascade detection and training")
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4310 -Wundef -Wsign-promo -Wmissing-declarations -Wmissing-prototypes)
ocv_define_module(softcascade opencv_core opencv_imgproc opencv_ml)