Files
opencv_contrib/modules/rgbd/CMakeLists.txt
T

8 lines
252 B
CMake

set(the_description "RGBD algorithms")
ocv_define_module(rgbd opencv_core opencv_geometry opencv_imgproc opencv_ptcloud OPTIONAL opencv_viz WRAP python)
if(HAVE_OPENGL)
ocv_target_link_libraries(${the_module} PRIVATE "${OPENGL_LIBRARIES}")
endif()