CMakeLists.txt 175 Bytes
Newer Older
1 2 3 4
if(IOS)
    ocv_module_disable(adas)
endif()

5 6 7 8
set(the_description "Automatic driver assistance algorithms")
ocv_define_module(adas opencv_xobjdetect)

add_subdirectory(tools)