mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
4 lines
225 B
CMake
4 lines
225 B
CMake
set(the_description "Soft Cascade detection and training")
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4310 -Wundef -Wmissing-declarations -Wmissing-prototypes)
|
|
ocv_define_module(softcascade opencv_core opencv_imgproc opencv_ml)
|