opencv/apps/interactive-calibration/CMakeLists.txt
Alexander Alekhin 593a376566 Merge branch 4.x
2023-01-09 11:08:02 +00:00

4 lines
228 B
CMake

set(DEPS opencv_core opencv_imgproc opencv_features2d opencv_highgui opencv_3d opencv_calib opencv_videoio opencv_objdetect)
file(GLOB SRCS *.cpp)
ocv_add_application(opencv_interactive-calibration MODULES ${DEPS} SRCS ${SRCS})