CMakeLists.txt 299 Bytes
Newer Older
1
set(the_description "Object detection algorithms")
2
ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_objdetect opencv_imgcodecs WRAP python)
3
if (BUILD_opencv_apps AND NOT APPLE_FRAMEWORK)
4
    add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tools ${CMAKE_CURRENT_BINARY_DIR}/tools)
5
endif()