CMakeLists.txt 391 B

123456789101112
  1. set(the_description "Camera Calibration and 3D Reconstruction")
  2. ocv_add_dispatched_file(undistort SSE2 AVX2)
  3. set(debug_modules "")
  4. if(DEBUG_opencv_calib3d)
  5. list(APPEND debug_modules opencv_highgui)
  6. endif()
  7. ocv_define_module(calib3d opencv_imgproc opencv_features2d opencv_flann ${debug_modules}
  8. WRAP java objc python js
  9. )
  10. ocv_target_link_libraries(${the_module} ${LAPACK_LIBRARIES})