CMakeLists.txt 213 Bytes
Newer Older
1
set(the_description "Object detection algorithms")
2
ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_highgui opencv_objdetect WRAP python)
3
if (NOT APPLE_FRAMEWORK)
4 5
    add_subdirectory(tools)
endif()