opencv/modules/softcascade/CMakeLists.txt

4 lines
225 B
CMake
Raw Normal View History

set(the_description "Soft Cascade detection and training")
2013-04-08 19:43:06 +08:00
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4310 -Wundef -Wmissing-declarations -Wmissing-prototypes)
ocv_define_module(softcascade opencv_core opencv_imgproc opencv_ml)