CMakeLists.txt 307 Bytes
Newer Older
jiaolong_x220's avatar
jiaolong_x220 committed
1 2 3 4 5 6 7 8
set(the_description "Object Detection")

#uncomment the following line to enable parallel computing
#add_definitions(-DHAVE_TBB)

ocv_define_module(dpm opencv_core opencv_imgproc opencv_objdetect OPTIONAL opencv_highgui WRAP python)

ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4512) # disable warning on Win64